Interface KeyDecoder
public interface KeyDecoder
-
Method Summary
Modifier and TypeMethodDescriptiondecodeAsString(byte[] keyAsBytes) DecodesSecretKeySpec.getEncoded()PBE-key bytes into String representation.
-
Method Details
-
decodeAsString
DecodesSecretKeySpec.getEncoded()PBE-key bytes into String representation.- Parameters:
keyAsBytes- Encoded bytes.- Returns:
- String value which was available from
PBEKeySpec.getPassword()before key was saved to KeyStore.
-