public interface KeyMaterialCryptoConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
KeyMaterialCryptoConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getAliasPassword()
Gets the "aliasPassword" element
|
String |
getCryptoProvider()
Gets the "cryptoProvider" element
|
String |
getDefaultAlias()
Gets the "defaultAlias" element
|
String |
getPassword()
Gets the "password" element
|
String |
getSource()
Gets the "source" element
|
String |
getType()
Gets the "type" element
|
boolean |
isSetAliasPassword()
True if has "aliasPassword" element
|
boolean |
isSetCryptoProvider()
True if has "cryptoProvider" element
|
boolean |
isSetDefaultAlias()
True if has "defaultAlias" element
|
void |
setAliasPassword(String aliasPassword)
Sets the "aliasPassword" element
|
void |
setCryptoProvider(String cryptoProvider)
Sets the "cryptoProvider" element
|
void |
setDefaultAlias(String defaultAlias)
Sets the "defaultAlias" element
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setSource(String source)
Sets the "source" element
|
void |
setType(String type)
Sets the "type" element
|
void |
unsetAliasPassword()
Unsets the "aliasPassword" element
|
void |
unsetCryptoProvider()
Unsets the "cryptoProvider" element
|
void |
unsetDefaultAlias()
Unsets the "defaultAlias" element
|
org.apache.xmlbeans.XmlString |
xgetAliasPassword()
Gets (as xml) the "aliasPassword" element
|
org.apache.xmlbeans.XmlString |
xgetCryptoProvider()
Gets (as xml) the "cryptoProvider" element
|
org.apache.xmlbeans.XmlString |
xgetDefaultAlias()
Gets (as xml) the "defaultAlias" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlString |
xgetSource()
Gets (as xml) the "source" element
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetAliasPassword(org.apache.xmlbeans.XmlString aliasPassword)
Sets (as xml) the "aliasPassword" element
|
void |
xsetCryptoProvider(org.apache.xmlbeans.XmlString cryptoProvider)
Sets (as xml) the "cryptoProvider" element
|
void |
xsetDefaultAlias(org.apache.xmlbeans.XmlString defaultAlias)
Sets (as xml) the "defaultAlias" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetSource(org.apache.xmlbeans.XmlString source)
Sets (as xml) the "source" element
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getSource()
org.apache.xmlbeans.XmlString xgetSource()
void setSource(String source)
void xsetSource(org.apache.xmlbeans.XmlString source)
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
String getType()
org.apache.xmlbeans.XmlString xgetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
String getDefaultAlias()
org.apache.xmlbeans.XmlString xgetDefaultAlias()
boolean isSetDefaultAlias()
void setDefaultAlias(String defaultAlias)
void xsetDefaultAlias(org.apache.xmlbeans.XmlString defaultAlias)
void unsetDefaultAlias()
String getAliasPassword()
org.apache.xmlbeans.XmlString xgetAliasPassword()
boolean isSetAliasPassword()
void setAliasPassword(String aliasPassword)
void xsetAliasPassword(org.apache.xmlbeans.XmlString aliasPassword)
void unsetAliasPassword()
String getCryptoProvider()
org.apache.xmlbeans.XmlString xgetCryptoProvider()
boolean isSetCryptoProvider()
void setCryptoProvider(String cryptoProvider)
void xsetCryptoProvider(org.apache.xmlbeans.XmlString cryptoProvider)
void unsetCryptoProvider()
Copyright © 2019. All Rights Reserved.