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.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of DSAKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return DSAKeyValue Modifier and Type Method Description static DSAKeyValue
KeyInfoSupport. buildDSAKeyValue(DSAPublicKey dsaPubKey)
Builds aDSAKeyValue
XMLObject 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 PublicKey
KeyInfoSupport. getDSAKey(DSAKeyValue keyDescriptor)
Builds an DSA key from aDSAKeyValue
element.static PublicKey
KeyInfoSupport. getDSAKey(DSAKeyValue keyDescriptor, DSAParams dsaParams)
Builds a DSA key from anDSAKeyValue
element and the supplied JavaDSAParams
, which supplies key material from a shared key family.static boolean
KeyInfoSupport. hasCompleteDSAParams(DSAKeyValue keyDescriptor)
Check whether the specifiedDSAKeyValue
element 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.signature
Methods in org.opensaml.xmlsec.signature that return DSAKeyValue Modifier and Type Method Description DSAKeyValue
KeyValue. getDSAKeyValue()
Get the DSAKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type DSAKeyValue Modifier and Type Method Description void
KeyValue. setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element.
-