public class CipherDataImpl extends AbstractXMLObject implements CipherData
CipherData
.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
CipherDataImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CipherReference |
getCipherReference()
Get the CipherReference which points to the location encrypted data.
|
CipherValue |
getCipherValue()
Get the base64-encoded data representing the the encrypted form of the plaintext data.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setCipherReference(CipherReference newCipherReference)
Get the CipherReference which points to the location encrypted data.
|
void |
setCipherValue(CipherValue newCipherValue)
Set the base64-encoded data representing the the encrypted form of the plaintext data.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
public CipherValue getCipherValue()
getCipherValue
in interface CipherData
public void setCipherValue(CipherValue newCipherValue)
setCipherValue
in interface CipherData
newCipherValue
- the new base64-encoded encrypted datapublic CipherReference getCipherReference()
getCipherReference
in interface CipherData
public void setCipherReference(CipherReference newCipherReference)
setCipherReference
in interface CipherData
newCipherReference
- the new CipherReference child elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2016 JBoss by Red Hat. All rights reserved.