Uses of Interface
org.opensaml.xmlsec.signature.RSAKeyValue
Packages that use RSAKeyValue
Package
Description
Classes in support of processing XML Signature KeyInfo material.
Specific implementations of
KeyInfoProvider
.XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
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 RSAKeyValueModifier and TypeMethodDescriptionstatic 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 RSAKeyValueModifier and TypeMethodDescriptionstatic PublicKey
KeyInfoSupport.getRSAKey
(RSAKeyValue keyDescriptor) Builds an RSA key from anRSAKeyValue
element. -
Uses of RSAKeyValue in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return RSAKeyValueModifier and TypeMethodDescriptionprotected RSAKeyValue
RSAKeyValueProvider.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 RSAKeyValueMethods in org.opensaml.xmlsec.signature with parameters of type RSAKeyValueModifier and TypeMethodDescriptionvoid
KeyValue.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 RSAKeyValueFields in org.opensaml.xmlsec.signature.impl declared as RSAKeyValueModifier and TypeFieldDescriptionprivate RSAKeyValue
KeyValueImpl.rsaKeyValue
RSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return RSAKeyValueModifier and TypeMethodDescriptionRSAKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.RSAKeyValueBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.KeyValueImpl.getRSAKeyValue()
Get the RSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type RSAKeyValueModifier and TypeMethodDescriptionvoid
KeyValueImpl.setRSAKeyValue
(RSAKeyValue newRSAKeyValue) Set the RSAKeyValue child element.