Uses of Interface
org.opensaml.xmlsec.signature.DSAKeyValue
-
Packages that use DSAKeyValue 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 DSAKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return DSAKeyValue Modifier and Type Method Description static DSAKeyValueKeyInfoSupport. buildDSAKeyValue(DSAPublicKey dsaPubKey)Builds aDSAKeyValueXMLObject from the Java security DSA public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type DSAKeyValue Modifier and Type Method Description static 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 DSAKeyValue Modifier and Type Method Description protected 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 DSAKeyValue Modifier and Type Method Description DSAKeyValueKeyValue. getDSAKeyValue()Get the DSAKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type DSAKeyValue Modifier and Type Method Description voidKeyValue. 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 DSAKeyValue Modifier and Type Class Description classDSAKeyValueImplConcrete implementation ofDSAKeyValue.Fields in org.opensaml.xmlsec.signature.impl declared as DSAKeyValue Modifier and Type Field Description private DSAKeyValueKeyValueImpl. dsaKeyValueDSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return DSAKeyValue Modifier and Type Method Description DSAKeyValueDSAKeyValueBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.DSAKeyValueDSAKeyValueBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.DSAKeyValueKeyValueImpl. getDSAKeyValue()Get the DSAKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type DSAKeyValue Modifier and Type Method Description voidKeyValueImpl. setDSAKeyValue(DSAKeyValue newDSAKeyValue)Set the DSAKeyValue child element.
-