|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.hardware.asn1.RevocationRequest
public class RevocationRequest
Формирование запроса на отзыв сертификата
| Field Summary | |
|---|---|
private static CertificateFieldsResolver |
certificateFieldsResolver
|
private CharacterEncodingConvertor |
characterEncodingConvertor
|
private java.lang.String |
issuerCertificateDN
|
private int |
revocationReason
|
private byte[] |
tbs
|
private DERGeneralizedTime |
time
|
private java.lang.String |
сertificateDN
|
private byte[] |
сertificateSerialNumber
|
| Constructor Summary | |
|---|---|
private |
RevocationRequest(java.lang.String issuerCertificateDN,
byte[] сertificateSerialNumber,
java.lang.String сertificateDN,
int revocationReason,
DERGeneralizedTime time)
Формирование неподписанного запроса на отзыв сертификата |
|
RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason)
Формирование неподписанного запроса на отзыв сертификата |
private |
RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason,
java.util.Date time)
Формирование неподписанного запроса на отзыв сертификата |
private |
RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason,
DERGeneralizedTime time)
Формирование неподписанного запроса на отзыв сертификата |
| Method Summary | |
|---|---|
java.lang.String |
getCertificateDN()
Получение DN отзываемого сертификата |
byte[] |
getCertificateSerialNumber()
Получение серийного номера отзываемого сертификата |
java.lang.String |
getIssuerCertificateDN()
Получение DN выпустившего отзываемый сертификат |
int |
getRevocationReason()
Получение причины отзыва |
byte[] |
getTbs()
Формирование неподписанного запроса на отзыв сертификата |
java.lang.String |
getTime()
Получение времени формирования запроса на отзыв |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String issuerCertificateDN
private byte[] сertificateSerialNumber
private java.lang.String сertificateDN
private DERGeneralizedTime time
private int revocationReason
private byte[] tbs
private CharacterEncodingConvertor characterEncodingConvertor
private static CertificateFieldsResolver certificateFieldsResolver
| Constructor Detail |
|---|
private RevocationRequest(java.lang.String issuerCertificateDN,
byte[] сertificateSerialNumber,
java.lang.String сertificateDN,
int revocationReason,
DERGeneralizedTime time)
issuerCertificateDN - DN, выпустившего отзываемый сертификатсertificateSerialNumber - Серийный номер отзываемого сертификатасertificateDN - DN отзываемого сертификатаrevocationReason - Причина отзыва.
См. "RFC 3280 - Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile",
"5.3.1 Reason Code" (http://tools.ietf.org/html/rfc3280#section-5.3.1)time - Время формирования запроса
private RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason,
DERGeneralizedTime time)
throws java.io.UnsupportedEncodingException
certificate - Отзываемый сертификатrevocationReason - Причина отзыва.
См. "RFC 3280 - Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile",
"5.3.1 Reason Code" (http://tools.ietf.org/html/rfc3280#section-5.3.1)time - Время формирования запроса
java.io.UnsupportedEncodingException
private RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason,
java.util.Date time)
throws java.io.UnsupportedEncodingException
certificate - Отзываемый сертификатrevocationReason - Причина отзыва.
См. "RFC 3280 - Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile",
"5.3.1 Reason Code" (http://tools.ietf.org/html/rfc3280#section-5.3.1)time - Время формирования запроса
java.io.UnsupportedEncodingException
public RevocationRequest(java.security.cert.X509Certificate certificate,
int revocationReason)
throws java.io.UnsupportedEncodingException
certificate - Отзываемый сертификатrevocationReason - Причина отзыва.
См. "RFC 3280 - Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile",
"5.3.1 Reason Code" (http://tools.ietf.org/html/rfc3280#section-5.3.1)
java.io.UnsupportedEncodingException| Method Detail |
|---|
public byte[] getTbs()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic int getRevocationReason()
public byte[] getCertificateSerialNumber()
public java.lang.String getCertificateDN()
public java.lang.String getTime()
public java.lang.String getIssuerCertificateDN()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||