com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class KeyValue

java.lang.Object
  extended by com.sun.xml.security.core.dsig.KeyValueType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyValue
All Implemented Interfaces:
javax.xml.crypto.dsig.keyinfo.KeyValue, javax.xml.crypto.XMLStructure

public class KeyValue
extends KeyValueType
implements javax.xml.crypto.dsig.keyinfo.KeyValue

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.KeyValueType
content
 
Fields inherited from interface javax.xml.crypto.dsig.keyinfo.KeyValue
DSA_TYPE, RSA_TYPE
 
Constructor Summary
KeyValue()
          Creates a new instance of KeyValue
 
Method Summary
 java.security.PublicKey getPublicKey()
           
 boolean isFeatureSupported(java.lang.String string)
           
 void setContent(java.util.List<java.lang.Object> content)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.KeyValueType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue()
Creates a new instance of KeyValue

Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()
                                     throws java.security.KeyException
Specified by:
getPublicKey in interface javax.xml.crypto.dsig.keyinfo.KeyValue
Throws:
java.security.KeyException

isFeatureSupported

public boolean isFeatureSupported(java.lang.String string)
Specified by:
isFeatureSupported in interface javax.xml.crypto.XMLStructure

setContent

public void setContent(java.util.List<java.lang.Object> content)


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.