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 |
---|---|
PgenCounter |
DHKeyValue.getPgenCounter()
Get the pgenCounter element.
|
Modifier and Type | Method and Description |
---|---|
void |
DHKeyValue.setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.
|
Modifier and Type | Class and Description |
---|---|
class |
PgenCounterImpl
Concrete implementation of
PgenCounter . |
Modifier and Type | Method and Description |
---|---|
PgenCounter |
PgenCounterBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
|
PgenCounter |
PgenCounterBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
PgenCounter |
DHKeyValueImpl.getPgenCounter()
Get the pgenCounter element.
|
Modifier and Type | Method and Description |
---|---|
void |
DHKeyValueImpl.setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.