public interface KeyProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate(String kid)
Return the certificate for the specified kid, or
null if the kid is unknown. |
List<KeyMetadata> |
getKeyMetadata()
Return metadata about all keypairs held by the provider
|
String |
getKid()
Return the KID for the active keypair, or
null if no active key is available. |
PrivateKey |
getPrivateKey()
Return the private key for the active keypair, or
null if no active key is available. |
PublicKey |
getPublicKey(String kid)
Return the public key for the specified kid, or
null if the kid is unknown. |
String getKid()
null if no active key is available.PrivateKey getPrivateKey()
null if no active key is available.PublicKey getPublicKey(String kid)
null if the kid is unknown.kid - X509Certificate getCertificate(String kid)
null if the kid is unknown.kid - List<KeyMetadata> getKeyMetadata()
Copyright © 2016 JBoss by Red Hat. All rights reserved.