public class CertificateResult extends Object
@JsonPropertyDescription(value="The type of this certificate. Only type X.509 is supported for further examination.") public String type
@JsonPropertyDescription(value="Is this certificate self-signed? In other words, is the subject identical to the issuer?") public boolean selfSigned
@JsonPropertyDescription(value="Subject distinguished name attributes and their values. Common attributes: CN, E, OU, O, L, ST, C. An attribute may have more than one value associated. The values of an attribute are contained in an array.") public Map<String,List<String>> subject
public CertificateResult()
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.