| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationHeaderGenerator.generateAuthorizationHeader(Jwt jwt)
Generates an HTTP Authorization header that includes a signed JWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKeyNotFoundException
Thrown when the public key is reported as absent from the key repository.
|
class |
PublicKeyRetrievalException
Thrown when there was an error communicating with a public key repository.
|
| Modifier and Type | Method and Description |
|---|---|
K |
KeyProvider.getKey(ValidatedKeyId keyId)
Provides a Key for a validated key identifier.
|
PrivateKey |
KeyReader.readPrivateKey(Reader keyData) |
PrivateKey |
DataUriKeyReader.readPrivateKey(Reader reader) |
PrivateKey |
PemReader.readPrivateKey(Reader reader)
Reads a private key from a PEM file.
|
PublicKey |
KeyReader.readPublicKey(Reader reader) |
PublicKey |
DataUriKeyReader.readPublicKey(Reader reader) |
PublicKey |
PemReader.readPublicKey(Reader reader)
Reads a public key from a PEM file.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
ClasspathPrivateKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PrivateKey |
DataUriKeyProvider.getKey(ValidatedKeyId keyId) |
PrivateKey |
FilePrivateKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PrivateKey |
NullKeyProvider.getKey(ValidatedKeyId keyId) |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
ChainedKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PublicKey |
MirroredKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PublicKey |
ClasspathPublicKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PublicKey |
FilePublicKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
PublicKey |
HttpPublicKeyProvider.getKey(ValidatedKeyId validatedKeyId) |
Copyright © 2016 Atlassian. All rights reserved.