toX25519PrivateKeyOrNull

Parses a String for a x25519 private key.

String can be a Base 16/32/64 encoded raw value.

Return

X25519.PrivateKey or null


Transforms provided bytes into a x25519 private key.

Return

X25519.PrivateKey or null