Interface PublicKeyEntryDataResolver
public interface PublicKeyEntryDataResolver
TODO Add javadoc
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault byte[]decodeEntryKeyData(String encData) Decodes the public key entry data bytes from their string representation - by default it assumeBase64encoding.default StringencodeEntryKeyData(byte[] keyData) Encodes the public key entry data bytes into their string representation - by default it assumeBase64encoding.
-
Field Details
-
DEFAULT
-
-
Method Details
-
decodeEntryKeyData
-
encodeEntryKeyData
-