Interface EncryptedKeyType
-
- All Superinterfaces:
EncryptedType,XmlObject,XmlTokenSource
public interface EncryptedKeyType extends EncryptedType
An XML EncryptedKeyType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEncryptedKeyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceListDocument.ReferenceListaddNewReferenceList()Appends and returns a new empty "ReferenceList" elementStringgetCarriedKeyName()Gets the "CarriedKeyName" elementStringgetRecipient()Gets the "Recipient" attributeReferenceListDocument.ReferenceListgetReferenceList()Gets the "ReferenceList" elementbooleanisSetCarriedKeyName()True if has "CarriedKeyName" elementbooleanisSetRecipient()True if has "Recipient" attributebooleanisSetReferenceList()True if has "ReferenceList" elementvoidsetCarriedKeyName(String carriedKeyName)Sets the "CarriedKeyName" elementvoidsetRecipient(String recipient)Sets the "Recipient" attributevoidsetReferenceList(ReferenceListDocument.ReferenceList referenceList)Sets the "ReferenceList" elementvoidunsetCarriedKeyName()Unsets the "CarriedKeyName" elementvoidunsetRecipient()Unsets the "Recipient" attributevoidunsetReferenceList()Unsets the "ReferenceList" elementXmlStringxgetCarriedKeyName()Gets (as xml) the "CarriedKeyName" elementXmlStringxgetRecipient()Gets (as xml) the "Recipient" attributevoidxsetCarriedKeyName(XmlString carriedKeyName)Sets (as xml) the "CarriedKeyName" elementvoidxsetRecipient(XmlString recipient)Sets (as xml) the "Recipient" attribute-
Methods inherited from interface org.sourceid.protocol.xmlenc10.xml.EncryptedType
addNewCipherData, addNewEncryptionMethod, addNewEncryptionProperties, addNewKeyInfo, getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, isSetEncoding, isSetEncryptionMethod, isSetEncryptionProperties, isSetId, isSetKeyInfo, isSetMimeType, isSetType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType, unsetEncoding, unsetEncryptionMethod, unsetEncryptionProperties, unsetId, unsetKeyInfo, unsetMimeType, unsetType, xgetEncoding, xgetId, xgetMimeType, xgetType, xsetEncoding, xsetId, xsetMimeType, xsetType
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getReferenceList
ReferenceListDocument.ReferenceList getReferenceList()
Gets the "ReferenceList" element
-
isSetReferenceList
boolean isSetReferenceList()
True if has "ReferenceList" element
-
setReferenceList
void setReferenceList(ReferenceListDocument.ReferenceList referenceList)
Sets the "ReferenceList" element
-
addNewReferenceList
ReferenceListDocument.ReferenceList addNewReferenceList()
Appends and returns a new empty "ReferenceList" element
-
unsetReferenceList
void unsetReferenceList()
Unsets the "ReferenceList" element
-
getCarriedKeyName
String getCarriedKeyName()
Gets the "CarriedKeyName" element
-
xgetCarriedKeyName
XmlString xgetCarriedKeyName()
Gets (as xml) the "CarriedKeyName" element
-
isSetCarriedKeyName
boolean isSetCarriedKeyName()
True if has "CarriedKeyName" element
-
setCarriedKeyName
void setCarriedKeyName(String carriedKeyName)
Sets the "CarriedKeyName" element
-
xsetCarriedKeyName
void xsetCarriedKeyName(XmlString carriedKeyName)
Sets (as xml) the "CarriedKeyName" element
-
unsetCarriedKeyName
void unsetCarriedKeyName()
Unsets the "CarriedKeyName" element
-
getRecipient
String getRecipient()
Gets the "Recipient" attribute
-
xgetRecipient
XmlString xgetRecipient()
Gets (as xml) the "Recipient" attribute
-
isSetRecipient
boolean isSetRecipient()
True if has "Recipient" attribute
-
setRecipient
void setRecipient(String recipient)
Sets the "Recipient" attribute
-
xsetRecipient
void xsetRecipient(XmlString recipient)
Sets (as xml) the "Recipient" attribute
-
unsetRecipient
void unsetRecipient()
Unsets the "Recipient" attribute
-
-