toggle menu
Fuzio
2026.1.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.net.tls
/
SslPrivateKey
Ssl
Private
Key
public
interface
SslPrivateKey
An SSL private key.
Members
Functions
der
Encoded
Value
Link copied to clipboard
public
Array
<
byte
>
derEncodedValue
(
)
Returns an array of bytes that represents the DER-encoded representation of the SSL private key.
of
Link copied to clipboard
public
static
SslPrivateKey
of
(
Array
<
byte
>
derEncoded
)
Creates an
SslPrivateKey
instance for the given bytes.