Package: org.conscrypt

OpenSSLX25519PrivateKey

public class OpenSSLX25519PrivateKey implements org.conscrypt.OpenSSLX25519Key, java.security.PrivateKey

Constructors

public OpenSSLX25519PrivateKey(EncodedKeySpec keySpec) throws java.security.spec.InvalidKeySpecException

public OpenSSLX25519PrivateKey(byte[] coordinateBytes)

Public Methods

getAlgorithm

public String getAlgorithm()

getFormat

public String getFormat()

getEncoded

public byte[] getEncoded()

getU

public byte[] getU()

destroy

public void destroy()

isDestroyed

public boolean isDestroyed()

equals

public boolean equals(Object o)

hashCode

public int hashCode()