public class Cert extends Object
| Constructor and Description |
|---|
Cert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert) |
Cert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
String password) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKeyCertChain() |
InputStream |
getKeyCertChainInputStream() |
String |
getPassword() |
byte[] |
getPrivateKey() |
InputStream |
getPrivateKeyInputStream() |
byte[] |
getTrustCert() |
InputStream |
getTrustCertInputStream() |
public Cert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert)
public Cert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
String password)
public byte[] getKeyCertChain()
public InputStream getKeyCertChainInputStream()
public byte[] getPrivateKey()
public InputStream getPrivateKeyInputStream()
public byte[] getTrustCert()
public InputStream getTrustCertInputStream()
public String getPassword()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.