public static class KeyManager.ActiveRsaKey extends Object
| Constructor and Description | 
|---|
ActiveRsaKey(String kid,
            PrivateKey privateKey,
            PublicKey publicKey,
            X509Certificate certificate)  | 
| Modifier and Type | Method and Description | 
|---|---|
X509Certificate | 
getCertificate()  | 
String | 
getKid()  | 
PrivateKey | 
getPrivateKey()  | 
PublicKey | 
getPublicKey()  | 
public ActiveRsaKey(String kid, PrivateKey privateKey, PublicKey publicKey, X509Certificate certificate)
public String getKid()
public PrivateKey getPrivateKey()
public PublicKey getPublicKey()
public X509Certificate getCertificate()
Copyright © 2019 JBoss by Red Hat. All rights reserved.