|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.pbe.PBEKey
A simple class representing a key for PBE (Passphrase Based Encryption).
| Fields inherited from interface java.security.Key |
serialVersionUID |
| Constructor Summary | |
protected |
PBEKey(char[] keyChars)
Construct a new PBEKey with the specified chars. |
| Method Summary | |
java.lang.String |
getAlgorithm()
Returns the name of the algorithm the key is used with. |
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
Return the encoding format of the key. |
char[] |
getKey()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
protected PBEKey(char[] keyChars)
keyChars - the key chars| Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic char[] getKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||