public static class RMStateStore.ProxyCAState extends Object
| Constructor and Description | 
|---|
| ProxyCAState() | 
| Modifier and Type | Method and Description | 
|---|---|
| X509Certificate | getCaCert() | 
| PrivateKey | getCaPrivateKey() | 
| void | setCaCert(byte[] caCertData) | 
| void | setCaCert(X509Certificate caCert) | 
| void | setCaPrivateKey(byte[] caPrivateKeyData) | 
| void | setCaPrivateKey(PrivateKey caPrivateKey) | 
public X509Certificate getCaCert()
public PrivateKey getCaPrivateKey()
public void setCaCert(X509Certificate caCert)
public void setCaPrivateKey(PrivateKey caPrivateKey)
public void setCaCert(byte[] caCertData)
               throws CertificateException
CertificateExceptionpublic void setCaPrivateKey(byte[] caPrivateKeyData)
                     throws NoSuchAlgorithmException,
                            InvalidKeySpecException
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.