|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PublicKey | |
|---|---|
| org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
| org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
| Uses of PublicKey in org.opensaml.xml.signature |
|---|
| Methods in org.opensaml.xml.signature that return PublicKey | |
|---|---|
PublicKey |
ECKeyValue.getPublicKey()
Get the PublicKey child element. |
| Methods in org.opensaml.xml.signature with parameters of type PublicKey | |
|---|---|
void |
ECKeyValue.setPublicKey(PublicKey newKey)
Set the PublicKey child element. |
| Uses of PublicKey in org.opensaml.xml.signature.impl |
|---|
| Classes in org.opensaml.xml.signature.impl that implement PublicKey | |
|---|---|
class |
PublicKeyImpl
Concrete implementation of PublicKey. |
| Fields in org.opensaml.xml.signature.impl declared as PublicKey | |
|---|---|
private PublicKey |
ECKeyValueImpl.publicKey
PublicKey child element value. |
| Methods in org.opensaml.xml.signature.impl that return PublicKey | |
|---|---|
PublicKey |
PublicKeyBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications. |
PublicKey |
PublicKeyBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
PublicKey |
ECKeyValueImpl.getPublicKey()
Get the PublicKey child element. |
| Methods in org.opensaml.xml.signature.impl with parameters of type PublicKey | |
|---|---|
void |
ECKeyValueImpl.setPublicKey(PublicKey newKey)
Set the PublicKey child element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||