Package org.conscrypt
Class OpenSslEdDsaPublicKey
java.lang.Object
org.conscrypt.OpenSslEdDsaPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,OpenSSLKeyHolder
An OpenSSL EdDSA public key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenSslEdDsaPublicKey(byte[] coordinateBytes) OpenSslEdDsaPublicKey(EncodedKeySpec keySpec) -
Method Summary
-
Constructor Details
-
OpenSslEdDsaPublicKey
- Throws:
InvalidKeySpecException
-
OpenSslEdDsaPublicKey
public OpenSslEdDsaPublicKey(byte[] coordinateBytes)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getOpenSSLKey
- Specified by:
getOpenSSLKeyin interfaceOpenSSLKeyHolder
-
equals
-
hashCode
public int hashCode()
-