CertificateType
CertificateType defines what type of certificate the trusted CA cert is
enum CertificateType {
ROOT_CA
SELF_ISSUED_CA
CA
CROSS_CA
END_ENTITY
END_ENTITY_AC
}
Values
CertificateType.ROOT_CA
CertificateType.SELF_ISSUED_CA
CertificateType.CA
CertificateType.CROSS_CA
CertificateType.END_ENTITY
CertificateType.END_ENTITY_AC
Member Of
TrustedCaCertificate object