KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface RSAPublicKey

All Superinterfaces:
Key, PublicKey
See Also:
RSAPrivateKey, 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  


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