com.jp.protection.security
Class RSASecurityProvider.BasicKey

java.lang.Object
  extended by com.jp.protection.security.RSASecurityProvider.BasicKey
Direct Known Subclasses:
RSASecurityProvider.PublicKeyRSA
Enclosing class:
RSASecurityProvider

public static class RSASecurityProvider.BasicKey
extends java.lang.Object


Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 java.math.BigInteger getKey()
           
 java.math.BigInteger getModulo()
           
 java.lang.String toString()
           
 java.lang.String toString(int radix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public java.math.BigInteger getKey()

getModulo

public java.math.BigInteger getModulo()

getAlgorithm

public java.lang.String getAlgorithm()

getFormat

public java.lang.String getFormat()

getEncoded

public byte[] getEncoded()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int radix)