Interface PublicKeyFactory

All Known Subinterfaces:
SecurityProviderRegistrar
All Known Implementing Classes:
AbstractSecurityProviderRegistrar, BouncyCastlePublicKeyFactory, BouncyCastleSecurityProviderRegistrar, EdDSAPublicKeyFactory, EdDSASecurityProviderRegistrar, JcePublicKeyFactory, SunECSecurityProviderRegistrar, SunJCESecurityProviderRegistrar
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PublicKeyFactory
Something that can compute a PublicKey from a given PrivateKey.
Author:
Apache MINA SSHD Project