KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface RSAPrivateCrtKey

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

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


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


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


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


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


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


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


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


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


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

Popular Tags