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:
KeyValue, XMLStructure

public class KeyValue
extends KeyValueType
implements 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
 PublicKey getPublicKey()
           
 boolean isFeatureSupported(String string)
           
 void setContent(List<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 PublicKey getPublicKey()
                       throws KeyException
Specified by:
getPublicKey in interface KeyValue
Throws:
KeyException

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure

setContent

public void setContent(List<Object> content)


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