public class X509CA extends Object
Constructor and Description |
---|
X509CA(CertificateFactory cf,
String certificateUrl,
Collection<String> crlUrls) |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCertificates() |
X509CRL[] |
getCrls() |
boolean |
isRevoked(X509Certificate cert) |
boolean |
isValid() |
void |
load() |
String |
toString() |
public X509CA(CertificateFactory cf, String certificateUrl, Collection<String> crlUrls)
public X509Certificate[] getCertificates()
public X509CRL[] getCrls()
public boolean isRevoked(X509Certificate cert)
public boolean isValid()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.