Uses of Interface
org.opensaml.xmlsec.encryption.DHKeyValue
Packages that use DHKeyValue
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 DHKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return DHKeyValueModifier and TypeMethodDescriptionstatic DHKeyValueKeyInfoSupport.buildDHKeyValue(DHPublicKey dhPubKey) Builds aDHKeyValueXMLObject from the Java security DH public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type DHKeyValueModifier and TypeMethodDescriptionstatic 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 DHKeyValueMethods in org.opensaml.xmlsec.signature with parameters of type DHKeyValueModifier and TypeMethodDescriptionvoidKeyValue.setDHKeyValue(DHKeyValue newDHKeyValue) Set the DHKeyValue child element.