Package org.conscrypt
Class OpenSSLX25519PublicKey
java.lang.Object
org.conscrypt.OpenSSLX25519PublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,OpenSSLX25519Key
- See Also:
-
Field Summary
Fields inherited from interface org.conscrypt.OpenSSLX25519Key
X25519_KEY_SIZE_BYTES -
Constructor Summary
ConstructorsConstructorDescriptionOpenSSLX25519PublicKey(byte[] coordinateBytes) OpenSSLX25519PublicKey(EncodedKeySpec keySpec) -
Method Summary
-
Constructor Details
-
OpenSSLX25519PublicKey
- Throws:
InvalidKeySpecException
-
OpenSSLX25519PublicKey
public OpenSSLX25519PublicKey(byte[] coordinateBytes)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getU
public byte[] getU()- Specified by:
getUin interfaceOpenSSLX25519Key
-
equals
-
hashCode
public int hashCode()
-