javax.xml.crypto.enc.keyinfo
Interface DHKeyValue
-
- All Superinterfaces:
- XMLStructure
public interface DHKeyValue extends XMLStructure
A representation of XML DHKeyValue element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. The XML schema definition is defined as:
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringTYPEURI identifying the DHKeyValue type: http://www.w3.org/2001/04/xmlenc#DHKeyValue.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.security.PublicKeygetPublicKey()Returns the public key of this DHKeyValue-
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
URI identifying the DHKeyValue type: http://www.w3.org/2001/04/xmlenc#DHKeyValue. This can be specified as the value of the type parameter in the RetrievalMethod class to identify a DHKeyValue structure.- See Also:
- Constant Field Values
-
-