KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > security > RSAPrivateKey

javacard.security
Interface RSAPrivateKey

All Superinterfaces:
Key, PrivateKey
See Also:
RSAPublicKey, RSAPrivateCrtKey, KeyBuilder, Signature, Cipher, KeyEncryption

public short getExponent(byte[] buffer,
                         short offset)
See Also:
Key, CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[429]_
By Anonymous on 2003/09/30 23:26:15  Rate
short outlength = rsa_PublicKey.getExponent ( expBuffer,  ( short ) 0 ) ;

public short getModulus(byte[] buffer,
                        short offset)
See Also:
Key, CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExponent(byte[] buffer,
                        short offset,
                        short length)
                 throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setModulus(byte[] buffer,
                       short offset,
                       short length)
                throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags