Class RSAKeyValue
- java.lang.Object
-
- com.sun.xml.security.core.dsig.RSAKeyValueType
-
- 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
Constructors Constructor Description RSAKeyValue()Creates a new instance of RSAKeyValueRSAKeyValue(PublicKey pubKey)
-
Method Summary
-
Methods inherited from class com.sun.xml.security.core.dsig.RSAKeyValueType
getExponent, getModulus, setExponent, setModulus
-
-
-
-
Constructor Detail
-
RSAKeyValue
public RSAKeyValue()
Creates a new instance of RSAKeyValue
-
RSAKeyValue
public RSAKeyValue(PublicKey pubKey)
-
-