| Package | Description |
|---|---|
| org.opensaml.saml.ext.samlec |
Interfaces for SAML-EC GSS-API Mechanism.
|
| org.opensaml.saml.ext.samlec.impl |
Implementation for SAML-EC GSS-API schema content.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EncType> |
SessionKey.getEncTypes()
Get the session key encryption typed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncTypeImpl
Concrete implementation of
EncType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<EncType> |
SessionKeyImpl.encTypes
EncType children.
|
| Modifier and Type | Method and Description |
|---|---|
EncType |
EncTypeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EncType |
EncTypeBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EncType> |
SessionKeyImpl.getEncTypes()
Get the session key encryption typed.
|