|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
CertSelector 를 사용하고 있는 패키지 | |
---|---|
java.security.cert | 증명서, 증명서의 취소 리스트 (CRL), 증명서 패스를 해석 및 관리하기 위한 클래스와 인터페이스를 제공합니다. |
java.security.cert 에서의 CertSelector 의 사용 |
---|
CertSelector 를 구현하고 있는 java.security.cert 의 클래스 | |
---|---|
class |
X509CertSelector
지정한 기준 모두에게 일치하는 X509Certificates 를 선택하는 CertSelector 입니다. |
CertSelector 를 돌려주는 java.security.cert 의 메소드 | |
---|---|
CertSelector |
PKIXParameters. getTargetCertConstraints ()
타겟 증명서에 요구된 제약을 돌려줍니다. |
CertSelector 형의 파라미터를 가지는 java.security.cert 의 메소드 | |
---|---|
abstract Collection <? extends Certificate > |
CertStoreSpi. engineGetCertificates (CertSelector selector)
지정한 셀렉터에 일치하는 Certificate 의 Collection 를 돌려줍니다. |
Collection <? extends Certificate > |
CertStore. getCertificates (CertSelector selector)
지정한 셀렉터에 일치하는 Certificate 의 Collection 를 돌려줍니다. |
void |
PKIXParameters. setTargetCertConstraints (CertSelector selector)
타겟 증명서에 요구된 제약을 설정합니다. |
CertSelector 형의 파라미터를 가지는 java.security.cert 의 생성자 | |
---|---|
PKIXBuilderParameters (KeyStore keystore,
CertSelector targetConstraints)
가장 신뢰할 수 있는 CA 세트를, 지정한 KeyStore 에 포함되는 신뢰할 수 있는 증명서 엔트리로부터 생성하는,PKIXBuilderParameters 의 인스턴스를 작성합니다. |
|
PKIXBuilderParameters (Set <TrustAnchor > trustAnchors,
CertSelector targetConstraints)
가장 신뢰할 수 있는 CA 로부터 되는 지정한 Set 로,PKIXBuilderParameters 의 인스턴스를 작성합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.