Uses of Interface
org.opensaml.xmlsec.encryption.DHKeyValue
Packages that use DHKeyValue
Package
Description
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Classes in support of processing XML Signature KeyInfo material.
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of DHKeyValue in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement DHKeyValueMethods in org.opensaml.xmlsec.encryption.impl that return DHKeyValueModifier and TypeMethodDescriptionDHKeyValueBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.DHKeyValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
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. -
Uses of DHKeyValue in org.opensaml.xmlsec.signature.impl
Fields in org.opensaml.xmlsec.signature.impl declared as DHKeyValueModifier and TypeFieldDescriptionprivate DHKeyValueKeyValueImpl.dhKeyValueDHKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return DHKeyValueMethods in org.opensaml.xmlsec.signature.impl with parameters of type DHKeyValueModifier and TypeMethodDescriptionvoidKeyValueImpl.setDHKeyValue(DHKeyValue newDHKeyValue) Set the DHKeyValue child element.