Uses of Interface
org.opensaml.xmlsec.signature.DSAKeyValue
Packages that use DSAKeyValue
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 DSAKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return DSAKeyValueModifier and TypeMethodDescriptionstatic DSAKeyValueKeyInfoSupport.buildDSAKeyValue(DSAPublicKey dsaPubKey) Builds aDSAKeyValueXMLObject from the Java security DSA public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type DSAKeyValueModifier and TypeMethodDescriptionstatic PublicKeyKeyInfoSupport.getDSAKey(DSAKeyValue keyDescriptor) Builds an DSA key from aDSAKeyValueelement.static PublicKeyKeyInfoSupport.getDSAKey(DSAKeyValue keyDescriptor, DSAParams dsaParams) Builds a DSA key from anDSAKeyValueelement and the supplied JavaDSAParams, which supplies key material from a shared key family.static booleanKeyInfoSupport.hasCompleteDSAParams(DSAKeyValue keyDescriptor) Check whether the specifiedDSAKeyValueelement has the all optional DSA values which can be shared amongst many keys in a DSA "key family", and are presumed to be known from context. -
Uses of DSAKeyValue in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return DSAKeyValueModifier and TypeMethodDescriptionprotected DSAKeyValueDSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject) Get the DSAKeyValue from the passed XML object. -
Uses of DSAKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return DSAKeyValueMethods in org.opensaml.xmlsec.signature with parameters of type DSAKeyValueModifier and TypeMethodDescriptionvoidKeyValue.setDSAKeyValue(DSAKeyValue newDSAKeyValue) Set the DSAKeyValue child element. -
Uses of DSAKeyValue in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement DSAKeyValueFields in org.opensaml.xmlsec.signature.impl declared as DSAKeyValueModifier and TypeFieldDescriptionprivate DSAKeyValueKeyValueImpl.dsaKeyValueDSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return DSAKeyValueModifier and TypeMethodDescriptionDSAKeyValueBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.DSAKeyValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.KeyValueImpl.getDSAKeyValue()Get the DSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type DSAKeyValueModifier and TypeMethodDescriptionvoidKeyValueImpl.setDSAKeyValue(DSAKeyValue newDSAKeyValue) Set the DSAKeyValue child element.