Package | Description |
---|---|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.xmlsec.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xmlsec.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EncryptionMethod
SAML 2.0 Metadata EncryptionMethod.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
EncryptedType.getEncryptionMethod()
Gets the EncryptionMethod child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptionMethodImpl
Concrete implementation of
EncryptionMethod . |
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
EncryptionMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
EncryptionMethod |
EncryptionMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
EncryptionMethod |
EncryptedTypeImpl.getEncryptionMethod()
Gets the EncryptionMethod child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptedTypeImpl.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
Sets the EncryptionMethod child element.
|
Copyright © 2018. All rights reserved.