public static class AbstractRsaKeyProvider.Keys extends Object
| Constructor and Description |
|---|
Keys(String kid,
KeyPair keyPair,
X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate() |
KeyPair |
getKeyPair() |
String |
getKid() |
public Keys(String kid, KeyPair keyPair, X509Certificate certificate)
public String getKid()
public KeyPair getKeyPair()
public X509Certificate getCertificate()
Copyright © 2016 JBoss by Red Hat. All rights reserved.