Fields Summary |
---|
public static final byte[] | X509_FOOCN=foo.com |
public static final byte[] | X509_HANAKOCN=花子.co.jp |
public static final byte[] | X509_FOO_BARCN=foo.com, subjectAlt=bar.com |
public static final byte[] | X509_FOO_BAR_HANAKOCN=foo.com, subjectAlt=bar.com, subjectAlt=花子.co.jp
(hanako.co.jp in kanji) |
public static final byte[] | X509_WILD_FOOCN=*.foo.com |
public static final byte[] | X509_WILD_CO_JPCN=*.co.jp |
public static final byte[] | X509_WILD_FOO_BAR_HANAKOCN=*.foo.com, subjectAlt=*.bar.com, subjectAlt=*.花子.co.jp
(*.hanako.co.jp in kanji) |
public static final byte[] | X509_THREE_CNS_FOO_BAR_HANAKOCN=foo.com, CN=bar.com, CN=花子.co.jp |
public static final byte[] | X509_NO_CNS_FOOsubjectAlt=foo.com |
public static final byte[] | X509_INTERMEDIATE_CAIntermediate CA for all of these. |
public static final byte[] | X509_ROOT_CARoot CA for all of these. |
public static final String | RSA_PUBLIC_MODULUSBelow is the private key for all the server certificates above (but
not the intermediate CA or the root CA). All of those server certs
came from the same private key. |
public static final String | RSA_PUBLIC_EXPONENT |
public static final String | RSA_PRIVATE_EXPONENT |
public static final String | RSA_PRIME1 |
public static final String | RSA_PRIME2 |
public static final String | RSA_EXPONENT1 |
public static final String | RSA_EXPONENT2 |
public static final String | RSA_COEFFICIENT |
public static final byte[] | X509_MULTIPLE_SUBJECT_ALTsubjectAlt=IP Address:127.0.0.1, email:oleg@ural.ru, DNS:localhost.localdomain |