Package | Description |
---|---|
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 | Method and Description |
---|---|
KANonce |
AgreementMethod.getKANonce()
Get the nonce child element used to introduce variability into the generation of keying material.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethod.setKANonce(KANonce newKANonce)
Set the nonce child element used to introduce variability into the generation of keying material.
|
Modifier and Type | Class and Description |
---|---|
class |
KANonceImpl
Concrete implementation of
KANonce . |
Modifier and Type | Method and Description |
---|---|
KANonce |
KANonceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
KANonce |
KANonceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
KANonce |
AgreementMethodImpl.getKANonce()
Get the nonce child element used to introduce variability into the generation of keying material.
|
Modifier and Type | Method and Description |
---|---|
void |
AgreementMethodImpl.setKANonce(KANonce newKANonce)
Set the nonce child element used to introduce variability into the generation of keying material.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.