Package: org.conscrypt
OpenSSLX25519PublicKey
public class OpenSSLX25519PublicKey implements org.conscrypt.OpenSSLX25519Key, java.security.PublicKey
Constructors
public OpenSSLX25519PublicKey(EncodedKeySpec keySpec) throws java.security.spec.InvalidKeySpecException
public OpenSSLX25519PublicKey(byte[] coordinateBytes)
Public Methods
getAlgorithm
public String getAlgorithm()
getFormat
public String getFormat()
getEncoded
public byte[] getEncoded()
getU
public byte[] getU()
equals
public boolean equals(Object o)
hashCode
public int hashCode()