| Package | Description |
|---|---|
| com.atlassian.asap.core.keys | |
| com.atlassian.asap.core.keys.privatekey | |
| com.atlassian.asap.core.keys.publickey | |
| com.atlassian.asap.core.validator |
| Modifier and Type | Method and Description |
|---|---|
K |
KeyProvider.getKey(ValidatedKeyId keyId)
Provides a Key for a validated key identifier.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static ValidatedKeyId |
ValidatedKeyId.validate(String unvalidatedKeyId)
Validates the given key id and upon successful validation returns a
ValidatedKeyId instance. |
Copyright © 2016 Atlassian. All rights reserved.