java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--javax.microedition.pki.CertificateException
public static final byte BAD_EXTENSIONS
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte BROKEN_CHAIN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CertificateException(String message,
Certificate certificate,
byte status)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CertificateException(Certificate certificate,
byte status)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte CERTIFICATE_CHAIN_TOO_LONG
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte EXPIRED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Certificate getCertificate()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte getReason()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte INAPPROPRIATE_KEY_USAGE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte MISSING_SIGNATURE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte NOT_YET_VALID
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ROOT_CA_EXPIRED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte SITENAME_MISMATCH
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte UNAUTHORIZED_INTERMEDIATE_CA
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte UNRECOGNIZED_ISSUER
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte UNSUPPORTED_PUBLIC_KEY_TYPE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte UNSUPPORTED_SIGALG
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte VERIFICATION_FAILED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples