Package org.conscrypt
Interface OpenSSLX25519Key
-
- All Known Implementing Classes:
OpenSSLX25519PrivateKey,OpenSSLX25519PublicKey
public interface OpenSSLX25519Key
-
-
Field Summary
Fields Modifier and Type Field Description static intX25519_KEY_SIZE_BYTES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getU()
-
-
-
Field Detail
-
X25519_KEY_SIZE_BYTES
static final int X25519_KEY_SIZE_BYTES
- See Also:
- Constant Field Values
-
-