XML Security, 1.6

com.ibm.xml.enc.dom
Class DOMDHKeyValue

java.lang.Object
  extended by com.ibm.xml.enc.dom.DOMDHKeyValue
All Implemented Interfaces:
DHKeyValue, XMLStructure

public class DOMDHKeyValue
extends java.lang.Object
implements DHKeyValue


Field Summary
 
Fields inherited from interface javax.xml.crypto.enc.keyinfo.DHKeyValue
TYPE
 
Constructor Summary
DOMDHKeyValue(java.security.PublicKey publicKey)
           
 
Method Summary
 java.security.PublicKey getPublicKey()
          Returns the public key of this DHKeyValue
 boolean isFeatureSupported(java.lang.String feature)
          Indicates whether a specified feature is supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMDHKeyValue

public DOMDHKeyValue(java.security.PublicKey publicKey)
              throws java.security.KeyException
Throws:
java.security.KeyException
Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()
Description copied from interface: DHKeyValue
Returns the public key of this DHKeyValue

Specified by:
getPublicKey in interface DHKeyValue
Returns:
the public key of this DHKeyValue

isFeatureSupported

public final boolean isFeatureSupported(java.lang.String feature)
Description copied from interface: XMLStructure
Indicates whether a specified feature is supported.

Specified by:
isFeatureSupported in interface XMLStructure
Parameters:
feature - the feature name (as an absolute URI)
Returns:
true if the specified feature is supported, false otherwise

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.