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.keyinfo.impl.provider Specific implementations ofKeyInfoProvider.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of RSAKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return RSAKeyValue Modifier and Type Method Description static RSAKeyValueKeyInfoSupport. buildRSAKeyValue(RSAPublicKey rsaPubKey)Builds anRSAKeyValueXMLObject 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 PublicKeyKeyInfoSupport. getRSAKey(RSAKeyValue keyDescriptor)Builds an RSA key from anRSAKeyValueelement. -
Uses of RSAKeyValue in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return RSAKeyValue Modifier and Type Method Description protected RSAKeyValueRSAKeyValueProvider. getRSAKeyValue(XMLObject xmlObject)Get the RSAKeyValue from the passed XML object. -
Uses of RSAKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return RSAKeyValue Modifier and Type Method Description RSAKeyValueKeyValue. getRSAKeyValue()Get the RSAKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type RSAKeyValue Modifier and Type Method Description voidKeyValue. setRSAKeyValue(RSAKeyValue newRSAKeyValue)Set the RSAKeyValue child element. -
Uses of RSAKeyValue in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement RSAKeyValue Modifier and Type Class Description classRSAKeyValueImplConcrete implementation ofRSAKeyValue.Fields in org.opensaml.xmlsec.signature.impl declared as RSAKeyValue Modifier and Type Field Description private RSAKeyValueKeyValueImpl. rsaKeyValueRSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return RSAKeyValue Modifier and Type Method Description RSAKeyValueRSAKeyValueBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.RSAKeyValueRSAKeyValueBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.RSAKeyValueKeyValueImpl. getRSAKeyValue()Get the RSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type RSAKeyValue Modifier and Type Method Description voidKeyValueImpl. setRSAKeyValue(RSAKeyValue newRSAKeyValue)Set the RSAKeyValue child element.
-