Uses of Interface
org.opensaml.xmlsec.signature.RSAKeyValue
-
Packages that use RSAKeyValue Package Description org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of RSAKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return RSAKeyValue Modifier and Type Method Description static RSAKeyValue
KeyInfoSupport. buildRSAKeyValue(RSAPublicKey rsaPubKey)
Builds anRSAKeyValue
XMLObject from the Java security RSA public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type RSAKeyValue Modifier and Type Method Description static PublicKey
KeyInfoSupport. getRSAKey(RSAKeyValue keyDescriptor)
Builds an RSA key from anRSAKeyValue
element. -
Uses of RSAKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return RSAKeyValue Modifier and Type Method Description RSAKeyValue
KeyValue. getRSAKeyValue()
Get the RSAKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type RSAKeyValue Modifier and Type Method Description void
KeyValue. setRSAKeyValue(RSAKeyValue newRSAKeyValue)
Set the RSAKeyValue child element.
-