Package org.apache.camel.component.milo
Class KeyStoreLoader.Result
- java.lang.Object
-
- org.apache.camel.component.milo.KeyStoreLoader.Result
-
- Enclosing class:
- KeyStoreLoader
public static class KeyStoreLoader.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result(X509Certificate certificate, KeyPair keyPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificategetCertificate()KeyPairgetKeyPair()
-
-
-
Constructor Detail
-
Result
public Result(X509Certificate certificate, KeyPair keyPair)
-
-
Method Detail
-
getCertificate
public X509Certificate getCertificate()
-
getKeyPair
public KeyPair getKeyPair()
-
-