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

java.lang.Object
  extended by com.sun.xml.security.core.dsig.RSAKeyValueType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.RSAKeyValue

public class RSAKeyValue
extends RSAKeyValueType

Author:
root

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.RSAKeyValueType
exponent, modulus
 
Constructor Summary
RSAKeyValue()
          Creates a new instance of RSAKeyValue
RSAKeyValue(PublicKey pubKey)
           
 
Method Summary
 
Methods inherited from class com.sun.xml.security.core.dsig.RSAKeyValueType
getExponent, getModulus, setExponent, setModulus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyValue

public RSAKeyValue()
Creates a new instance of RSAKeyValue


RSAKeyValue

public RSAKeyValue(PublicKey pubKey)


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