JavaTM Platform
Standard Ed. 6

클래스
java.security.cert.CRL 의 사용

CRL 를 사용하고 있는 패키지
java.security.cert 증명서, 증명서의 취소 리스트 (CRL), 증명서 패스를 해석 및 관리하기 위한 클래스와 인터페이스를 제공합니다.  
 

java.security.cert 에서의 CRL 의 사용
 

java.security.cert 에서의 CRL 의 서브 클래스
 class X509CRL
           X. 509 증명서의 취소 리스트 (CRL)의 abstract 클래스입니다.
 

CRL 를 돌려주는 java.security.cert 의 메소드
abstract  CRL CertificateFactorySpi. engineGenerateCRL (InputStream  inStream)
          증명서의 취소 리스트 (CRL) 객체를 생성해, 입력 스트림 inStream 로부터 읽어내진 데이터를 사용해 초기화합니다.
 CRL CertificateFactory. generateCRL (InputStream  inStream)
          증명서의 취소 리스트 (CRL) 객체를 생성해, 입력 스트림 inStream 로부터 읽어내진 데이터를 사용해 초기화합니다.
 

CRL 형의 인수를 가지는 형태를 돌려주는 java.security.cert 의 메소드
abstract  Collection <? extends CRL > CertificateFactorySpi. engineGenerateCRLs (InputStream  inStream)
          지정된 입력 스트림 inStream 로부터 읽어내진 CRL 의 코레크션뷰를 돌려줍니다.
abstract  Collection <? extends CRL > CertStoreSpi. engineGetCRLs (CRLSelector  selector)
          지정한 셀렉터에 일치하는 CRLCollection 를 돌려줍니다.
 Collection <? extends CRL > CertificateFactory. generateCRLs (InputStream  inStream)
          지정된 입력 스트림 inStream 로부터 읽어내진 CRL 의 코레크션뷰를 돌려줍니다.
 Collection <? extends CRL > CertStore. getCRLs (CRLSelector  selector)
          지정한 셀렉터에 일치하는 CRLCollection 를 돌려줍니다.
 

CRL 형의 파라미터를 가지는 java.security.cert 의 메소드
 boolean X509CRLSelector. match (CRL  crl)
          CRL 가 선택될지 어떨지를 판단합니다.
 boolean CRLSelector. match (CRL  crl)
          CRL 가 선택될지 어떨지를 판단합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.