public interface EncryptedKey extends EncryptedType
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
RECIPIENT_ATTRIB_NAME
Recipient attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME
Modifier and Type | Method and Description |
---|---|
CarriedKeyName |
getCarriedKeyName()
Gets the child element carrying the human readable name for this key.
|
String |
getRecipient()
Gets the hint about for whom this encrypted key is intended.
|
ReferenceList |
getReferenceList()
Gets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
|
void |
setCarriedKeyName(CarriedKeyName newCarriedKeyName)
Sets the child element carrying the human readable name for this key.
|
void |
setRecipient(String newRecipient)
Sets the hint about for whom this encrypted key is intended.
|
void |
setReferenceList(ReferenceList newReferenceList)
Sets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getID, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setID, setKeyInfo, setMimeType, setType
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String RECIPIENT_ATTRIB_NAME
String getRecipient()
void setRecipient(String newRecipient)
newRecipient
- the hint about who this encrypted key is intended forReferenceList getReferenceList()
void setReferenceList(ReferenceList newReferenceList)
newReferenceList
- the new reference list for this encrypted keyCarriedKeyName getCarriedKeyName()
void setCarriedKeyName(CarriedKeyName newCarriedKeyName)
newCarriedKeyName
- the human readable name for this keyCopyright © 2018 JBoss by Red Hat. All rights reserved.