|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PgenCounter | |
|---|---|
| org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
| org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
| Uses of PgenCounter in org.opensaml.xml.encryption |
|---|
| Methods in org.opensaml.xml.encryption that return PgenCounter | |
|---|---|
PgenCounter |
DHKeyValue.getPgenCounter()
Get the pgenCounter element. |
| Methods in org.opensaml.xml.encryption with parameters of type PgenCounter | |
|---|---|
void |
DHKeyValue.setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element. |
| Uses of PgenCounter in org.opensaml.xml.encryption.impl |
|---|
| Classes in org.opensaml.xml.encryption.impl that implement PgenCounter | |
|---|---|
class |
PgenCounterImpl
Concrete implementation of PgenCounter |
| Methods in org.opensaml.xml.encryption.impl that return PgenCounter | |
|---|---|
PgenCounter |
PgenCounterBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
PgenCounter |
PgenCounterBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
PgenCounter |
DHKeyValueImpl.getPgenCounter()
Get the pgenCounter element. |
| Methods in org.opensaml.xml.encryption.impl with parameters of type PgenCounter | |
|---|---|
void |
DHKeyValueImpl.setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||