Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Class and Description |
---|---|
class |
JsonWebKey
A JSON Web Key that represents the public key used for verifying the JWT signature.
|
class |
PemEncodedPublicKey
A PEM-encoded public key used for verifying the JWT signature.
|
Modifier and Type | Method and Description |
---|---|
List<StaticPublicKey> |
StaticPublicKeySet.getKeys()
The set of static public keys.
|
Modifier and Type | Method and Description |
---|---|
StaticPublicKeySet.Builder |
StaticPublicKeySet.Builder.keys(List<StaticPublicKey> keys) |
Constructor and Description |
---|
StaticPublicKeySet(List<StaticPublicKey> keys)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.