public interface SslPrivateKey
Modifier and Type | Method and Description |
---|---|
default byte[] |
derEncodedValue()
Returns an array of bytes that represents the DER-encoded representation of the SSL private
key.
|
static SslPrivateKey |
of(byte[] derEncoded)
Returns the
SslPrivateKey instance for the given bytes. |
static SslPrivateKey of(byte[] derEncoded)
SslPrivateKey
instance for the given bytes.derEncoded
- the DER-encoded representation of the SSL private keydefault byte[] derEncodedValue()