|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents encrypted key entry returned by
the KeyStore#getKeyEntry
method.
It represents encrypted private key with its certificate chain
and metadata related to encrypted form of private key. The KeyEntry
class can carry only certificates, such key entries are intended
for trusted certificate entries.
Method Summary | |
byte[] |
getAlgorithm()
Gets encryption/decryption algorithm. |
java.security.cert.Certificate[] |
getCertificateChain()
Gets certificate chain of this key entry. |
byte[] |
getEncodedKey()
Gets encoded/encrypted key material. |
byte[] |
getFormat()
Gets encrypted encoding format. |
byte[] |
getSalt()
Gets aditional information allowing to choose the right encryption/decryption key bettwen the set of possible keys. |
Method Detail |
public byte[] getEncodedKey()
public byte[] getFormat()
public byte[] getAlgorithm()
public byte[] getSalt()
public java.security.cert.Certificate[] getCertificateChain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |