public class SimpleMemoryCertStoreParams extends Object implements CertStoreParameters
Constructor and Description |
---|
SimpleMemoryCertStoreParams(X509Certificate[] certs,
X509CRL[] crls)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
|
X509Certificate[] |
getCerts()
Deprecated.
|
X509CRL[] |
getCrls()
Deprecated.
|
void |
setCerts(X509Certificate[] certs)
Deprecated.
|
void |
setCrls(X509CRL[] crls)
Deprecated.
|
public SimpleMemoryCertStoreParams(X509Certificate[] certs, X509CRL[] crls)
public X509Certificate[] getCerts()
public void setCerts(X509Certificate[] certs)
public X509CRL[] getCrls()
public void setCrls(X509CRL[] crls)
public Object clone()
clone
in interface CertStoreParameters
clone
in class Object
Copyright © 2016. All rights reserved.