public static class KeyStoreLoader.Result extends Object
Constructor and Description |
---|
Result(X509Certificate certificate,
KeyPair keyPair) |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate() |
KeyPair |
getKeyPair() |
public Result(X509Certificate certificate, KeyPair keyPair)
public X509Certificate getCertificate()
public KeyPair getKeyPair()
Apache Camel