Uses of Interface
org.opensaml.xmlsec.signature.PublicKey
-
Packages that use PublicKey Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of PublicKey in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return PublicKey Modifier and Type Method Description PublicKey
ECKeyValue. getPublicKey()
Get the PublicKey child element.Methods in org.opensaml.xmlsec.signature with parameters of type PublicKey Modifier and Type Method Description void
ECKeyValue. setPublicKey(PublicKey newKey)
Set the PublicKey child element.
-