|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Public | |
---|---|
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 Public in org.opensaml.xml.encryption |
---|
Methods in org.opensaml.xml.encryption that return Public | |
---|---|
Public |
DHKeyValue.getPublic()
Get the Public element. |
Methods in org.opensaml.xml.encryption with parameters of type Public | |
---|---|
void |
DHKeyValue.setPublic(Public newPublic)
Set the Public element. |
Uses of Public in org.opensaml.xml.encryption.impl |
---|
Classes in org.opensaml.xml.encryption.impl that implement Public | |
---|---|
class |
PublicImpl
Concrete implementation of Public |
Methods in org.opensaml.xml.encryption.impl that return Public | |
---|---|
Public |
PublicBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications. |
Public |
PublicBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
Public |
DHKeyValueImpl.getPublic()
Get the Public element. |
Methods in org.opensaml.xml.encryption.impl with parameters of type Public | |
---|---|
void |
DHKeyValueImpl.setPublic(Public newPublic)
Set the Public element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |