Uses of Interface
org.opensaml.xmlsec.signature.DSAKeyValue
Packages that use DSAKeyValue
Package
Description
Classes in support of processing XML Signature KeyInfo material.
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 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.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.