|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAMETAS.cipher.RSAPrivateKey
Repräsentiert einen privaten Schlüssel für den RSA-Algorithmus.
RSA,
Serialized Form| Field Summary |
| Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
| Constructor Summary | |
RSAPrivateKey(java.math.BigInteger biDecryptionExponent,
java.math.BigInteger biModulus)
Konstruktor für den privaten Schlüssel mit einem BigInteger. |
|
RSAPrivateKey(byte[] abyDecryptionExponent,
byte[] abyModulus)
Konstruktor für den privaten Schlüssel mit einem Bytefeld. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Vergleicht zwei Schlüssel. |
java.lang.String |
getAlgorithm()
Liefert den Namen des Algorithmus. |
java.math.BigInteger |
getDecryptionExponent()
Liefert den Entschlüsselungsexponenten. |
byte[] |
getEncoded()
Liefert den Schlüssel als Byte-Array. |
java.lang.String |
getFormat()
Liefert das Format des Schlüssels. |
java.math.BigInteger |
getModulus()
Liefert den Modulus. |
java.lang.String |
toString()
Liefert eine Stringrepräsentation des Schlüssels. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RSAPrivateKey(java.math.BigInteger biDecryptionExponent,
java.math.BigInteger biModulus)
biDecryptionExponent - Entschlüsselungsxponent.biModulus - Modulus.
public RSAPrivateKey(byte[] abyDecryptionExponent,
byte[] abyModulus)
abyDecryptionExponent - Entschlüsselungsxponent.abyModulus - Modulus.| Method Detail |
public java.math.BigInteger getModulus()
public java.math.BigInteger getDecryptionExponent()
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.KeyRSAKeyCoderpublic boolean equals(java.lang.Object obj)
obj - Zweiter Schlüssel.
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||