Package | Description |
---|---|
io.fusionauth.jwt.domain | |
io.fusionauth.pem | |
io.fusionauth.pem.domain |
Modifier and Type | Field and Description |
---|---|
PEM |
KeyPair.pem |
Modifier and Type | Method and Description |
---|---|
PEM |
PEMDecoder.decode(byte[] bytes)
Decode a PEM and extract the public or private keys.
|
PEM |
PEMDecoder.decode(Path path)
Decode a PEM and extract the public or private keys.
|
PEM |
PEMDecoder.decode(String encodedKey)
Decode a PEM and extract the public or private keys.
|
Modifier and Type | Method and Description |
---|---|
static PEM |
PEM.decode(byte[] bytes)
Decode a PEM in string format.
|
static PEM |
PEM.decode(Path path)
Decode a PEM in string format.
|
static PEM |
PEM.decode(String encodedPEM)
Decode a PEM in string format.
|
Copyright © 2021. All rights reserved.