public abstract class EncryptedTypeImpl extends org.opensaml.core.xml.AbstractXMLObject implements EncryptedType
EncryptedType
.Modifier and Type | Field and Description |
---|---|
private CipherData |
cipherData
CipherData child element.
|
private String |
encoding
Encoding attribute value.
|
private EncryptionMethod |
encryptionMethod
EncryptionMethod child element.
|
private EncryptionProperties |
encryptionProperties
EncryptionProperties child element.
|
private String |
id
id attribute value.
|
private KeyInfo |
keyInfo
EncryptionMethod child element.
|
private String |
mimeType
MimeType attribute value.
|
private String |
type
Type attribute value.
|
ENCODING_ATTRIB_NAME, ID_ATTRIB_NAME, MIMETYPE_ATTRIB_NAME, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
EncryptedTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CipherData |
getCipherData() |
String |
getEncoding() |
EncryptionMethod |
getEncryptionMethod() |
EncryptionProperties |
getEncryptionProperties() |
String |
getID() |
KeyInfo |
getKeyInfo() |
String |
getMimeType() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getType() |
void |
setCipherData(CipherData newCipherData) |
void |
setEncoding(String newEncoding) |
void |
setEncryptionMethod(EncryptionMethod newEncryptionMethod) |
void |
setEncryptionProperties(EncryptionProperties newEncryptionProperties) |
void |
setID(String newID) |
void |
setKeyInfo(KeyInfo newKeyInfo) |
void |
setMimeType(String newMimeType) |
void |
setType(String newType) |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, 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
private String id
private String type
private String mimeType
private String encoding
private EncryptionMethod encryptionMethod
private KeyInfo keyInfo
private CipherData cipherData
private EncryptionProperties encryptionProperties
public String getID()
getID
in interface EncryptedType
public void setID(String newID)
setID
in interface EncryptedType
public String getType()
getType
in interface EncryptedType
public void setType(String newType)
setType
in interface EncryptedType
public String getMimeType()
getMimeType
in interface EncryptedType
public void setMimeType(String newMimeType)
setMimeType
in interface EncryptedType
public String getEncoding()
getEncoding
in interface EncryptedType
public void setEncoding(String newEncoding)
setEncoding
in interface EncryptedType
public EncryptionMethod getEncryptionMethod()
getEncryptionMethod
in interface EncryptedType
public void setEncryptionMethod(EncryptionMethod newEncryptionMethod)
setEncryptionMethod
in interface EncryptedType
public KeyInfo getKeyInfo()
getKeyInfo
in interface EncryptedType
public void setKeyInfo(KeyInfo newKeyInfo)
setKeyInfo
in interface EncryptedType
public CipherData getCipherData()
getCipherData
in interface EncryptedType
public void setCipherData(CipherData newCipherData)
setCipherData
in interface EncryptedType
public EncryptionProperties getEncryptionProperties()
getEncryptionProperties
in interface EncryptedType
public void setEncryptionProperties(EncryptionProperties newEncryptionProperties)
setEncryptionProperties
in interface EncryptedType
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.core.xml.XMLObject
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.