public interface PrivateKeyManager<P> extends KeyManager<P>
KeyManager that understands asymmetric private key types.| Modifier and Type | Method and Description |
|---|---|
KeyData |
getPublicKeyData(com.google.protobuf.ByteString serializedKey)
Extracts the public key data from the private key data.
|
doesSupport, getKeyType, getPrimitive, getPrimitive, getPrimitiveClass, getVersion, newKey, newKey, newKeyDataKeyData getPublicKeyData(com.google.protobuf.ByteString serializedKey) throws GeneralSecurityException
KeyData containing the public keysGeneralSecurityException - if the specified format is wrong or not supported