public interface KeyDecoder
| Modifier and Type | Method and Description |
|---|---|
String |
decodeAsString(byte[] keyAsBytes)
Decodes
SecretKeySpec.getEncoded() PBE-key bytes into String representation. |
String decodeAsString(byte[] keyAsBytes)
SecretKeySpec.getEncoded() PBE-key bytes into String representation.keyAsBytes - Encoded bytes.PBEKeySpec.getPassword() before key was saved to KeyStore.Copyright © 2019. All rights reserved.