|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.security.cert.X509CRLEntry
public abstract class X509CRLEntry
CRL (증명서의 취소 리스트)에 있는, 삭제된 증명서의 abstract 클래스입니다. revokedCertificates 의 ASN. 1 정의는 다음과 같습니다.
revokedCertificates SEQUENCE OF SEQUENCE { userCertificate CertificateSerialNumber, revocationDate ChoiceOfTime, crlEntryExtensions Extensions OPTIONAL -- if present, must be v2 } OPTIONALCertificateSerialNumber ::= INTEGER
Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
Extension ::= SEQUENCE { extnId OBJECT IDENTIFIER, critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING -- contains a DER encoding of a value -- of the type registered for use with -- the extnId object identifier value }
X509CRL
,
X509Extension
생성자 의 개요 | |
---|---|
X509CRLEntry ()
|
메소드의 개요 | |
---|---|
boolean |
equals (Object other)
지정된 객체와 동일한지 어떤지를 판정합니다. |
X500Principal |
getCertificateIssuer ()
이 엔트리가 기술하는 X509Certificate 의 발행자를 가져옵니다. |
abstract byte[] |
getEncoded ()
ASN. 1 DER 로 encode 된 형식 (내부 SEQUENCE)을 돌려줍니다. |
abstract Date |
getRevocationDate ()
이 X509CRLEntry 로부터 취소해 날 revocationDate 를 가져옵니다. |
abstract BigInteger |
getSerialNumber ()
이 X509CRLEntry 로부터 시리얼 번호 userCertificate 를 가져옵니다. |
abstract boolean |
hasExtensions ()
이 CRL 엔트리가 확장을 가지고 있는 경우에 true 를 돌려줍니다. |
int |
hashCode ()
encode 된 형식으로부터 이 CRL 엔트리의 해시 코드값를 돌려줍니다. |
abstract String |
toString ()
이 CRL 엔트리의 캐릭터 라인 표현을 돌려줍니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , finalize , getClass , notify , notifyAll , wait , wait , wait |
인터페이스 java.security.cert. X509Extension 로부터 상속된 메소드 |
---|
getCriticalExtensionOIDs , getExtensionValue , getNonCriticalExtensionOIDs , hasUnsupportedCriticalExtension |
생성자 의 상세 |
---|
public X509CRLEntry()
메소드의 상세 |
---|
public boolean equals(Object other)
other
객체가 X509CRLEntry
의 인스턴스의 경우는, encode 된 형식 (내부 SEQUENCE)이 꺼내져 이 CRL 엔트리의 encode 된 형식이라고 비교됩니다.
Object
내의 equals
other
- 이 CRL 입력과 동일한지 어떤지가 판정되는 객체
Object.hashCode()
,
Hashtable
public int hashCode()
Object
내의 hashCode
Object.equals(java.lang.Object)
,
Hashtable
public abstract byte[] getEncoded() throws CRLException
CRLException
- encode 에러가 발생했을 경우public abstract BigInteger getSerialNumber()
public X500Principal getCertificateIssuer()
이 메소드는 간접 CRL 와 함께 사용됩니다. 디폴트 구현은 항상 null 를 돌려줍니다. 간접 CRL 의 지원가 필요한 서브 클래스는, 이 메소드를 오버라이드(override) 할 필요가 있습니다.
public abstract Date getRevocationDate()
public abstract boolean hasExtensions()
public abstract String toString()
Object
내의 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.