public interface SessionKey extends SAMLObject, MustUnderstandBearing, ActorBearing
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALGORITHM_ATTRIB_NAME
Algorithm attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMESOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Get the session key derivation algorithm.
|
java.util.List<EncType> |
getEncTypes()
Get the session key encryption typed.
|
KeyInfo |
getKeyInfo()
Get the KeyInfo object that describes the session key.
|
void |
setAlgorithm(java.lang.String newAlgorithm)
Set the session key derivation algorithm.
|
void |
setKeyInfo(KeyInfo newKeyInfo)
Set the KeyInfo object that describes the session key.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationisSOAP11MustUnderstand, isSOAP11MustUnderstandXSBoolean, setSOAP11MustUnderstand, setSOAP11MustUnderstandgetSOAP11Actor, setSOAP11Actorstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ALGORITHM_ATTRIB_NAME
java.lang.String getAlgorithm()
void setAlgorithm(java.lang.String newAlgorithm)
newAlgorithm - the algorithm used to derive the session keyjava.util.List<EncType> getEncTypes()
KeyInfo getKeyInfo()
void setKeyInfo(KeyInfo newKeyInfo)
newKeyInfo - the KeyInfo object that describes the session key