Uses of Interface
org.opensaml.xmlsec.encryption.DHKeyValue
-
Packages that use DHKeyValue 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 DHKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return DHKeyValue Modifier and Type Method Description static DHKeyValueKeyInfoSupport. buildDHKeyValue(DHPublicKey dhPubKey)Builds aDHKeyValueXMLObject from the Java security DH public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type DHKeyValue Modifier and Type Method Description static PublicKeyKeyInfoSupport. getDHKey(DHKeyValue keyDescriptor)Builds a DH key from aDHKeyValueelement.static booleanKeyInfoSupport. hasCompleteDHParams(DHKeyValue keyDescriptor)Check whether the specifiedDHKeyValueelement has the all optional DH values which can be shared amongst many keys in a DH "key family", and are presumed to be known from context. -
Uses of DHKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return DHKeyValue Modifier and Type Method Description default DHKeyValueKeyValue. getDHKeyValue()Get the DHKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type DHKeyValue Modifier and Type Method Description default voidKeyValue. setDHKeyValue(DHKeyValue newDHKeyValue)Set the DHKeyValue child element.
-