Class EncryptedTypeImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
- All Implemented Interfaces:
XMLObject,EncryptedType
- Direct Known Subclasses:
EncryptedDataImpl,EncryptedKeyImpl
Abstract implementation of
EncryptedType.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CipherDataCipherData child element.private StringEncoding attribute value.private EncryptionMethodEncryptionMethod child element.private EncryptionPropertiesEncryptionProperties child element.private Stringid attribute value.private KeyInfoEncryptionMethod child element.private StringMimeType attribute value.private StringType attribute value.Fields inherited from interface org.opensaml.xmlsec.encryption.EncryptedType
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEncryptedTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetID()getType()voidsetCipherData(CipherData newCipherData) voidsetEncoding(String newEncoding) voidsetEncryptionMethod(EncryptionMethod newEncryptionMethod) voidsetEncryptionProperties(EncryptionProperties newEncryptionProperties) voidvoidsetKeyInfo(KeyInfo newKeyInfo) voidsetMimeType(String newMimeType) voidMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
Field Details
-
id
id attribute value. -
type
Type attribute value. -
mimeType
MimeType attribute value. -
encoding
Encoding attribute value. -
encryptionMethod
EncryptionMethod child element. -
keyInfo
EncryptionMethod child element. -
cipherData
CipherData child element. -
encryptionProperties
EncryptionProperties child element.
-
-
Constructor Details
-
Method Details
-
getID
- Specified by:
getIDin interfaceEncryptedType
-
setID
- Specified by:
setIDin interfaceEncryptedType
-
getType
- Specified by:
getTypein interfaceEncryptedType
-
setType
- Specified by:
setTypein interfaceEncryptedType
-
getMimeType
- Specified by:
getMimeTypein interfaceEncryptedType
-
setMimeType
- Specified by:
setMimeTypein interfaceEncryptedType
-
getEncoding
- Specified by:
getEncodingin interfaceEncryptedType
-
setEncoding
- Specified by:
setEncodingin interfaceEncryptedType
-
getEncryptionMethod
- Specified by:
getEncryptionMethodin interfaceEncryptedType
-
setEncryptionMethod
- Specified by:
setEncryptionMethodin interfaceEncryptedType
-
getKeyInfo
- Specified by:
getKeyInfoin interfaceEncryptedType
-
setKeyInfo
- Specified by:
setKeyInfoin interfaceEncryptedType
-
getCipherData
- Specified by:
getCipherDatain interfaceEncryptedType
-
setCipherData
- Specified by:
setCipherDatain interfaceEncryptedType
-
getEncryptionProperties
- Specified by:
getEncryptionPropertiesin interfaceEncryptedType
-
setEncryptionProperties
- Specified by:
setEncryptionPropertiesin interfaceEncryptedType
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-