public interface PublicKeyEntryDataResolver
Modifier and Type | Field and Description |
---|---|
static PublicKeyEntryDataResolver |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
default byte[] |
decodeEntryKeyData(String encData)
Decodes the public key entry data bytes from their string representation - by default it assume
Base64
encoding. |
default String |
encodeEntryKeyData(byte[] keyData)
Encodes the public key entry data bytes into their string representation - by default it assume
Base64
encoding. |
static final PublicKeyEntryDataResolver DEFAULT
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.