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 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.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.
-