JavaTM Platform
Standard Ed. 6

인터페이스
java.security.cert.CertStoreParameters 의 사용

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

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

CertStoreParameters 를 구현하고 있는 java.security.cert 의 클래스
 class CollectionCertStoreParameters
          Collection CertStore 알고리즘의 입력으로 사용되는 파라미터입니다.
 class LDAPCertStoreParameters
          LDAP CertStore 알고리즘의 입력으로 사용되는 파라미터입니다.
 

CertStoreParameters 를 돌려주는 java.security.cert 의 메소드
 CertStoreParameters CertStore. getCertStoreParameters ()
          CertStore 를 초기화하기 위한 파라미터를 돌려줍니다.
 

CertStoreParameters 형의 파라미터를 가지는 java.security.cert 의 메소드
static CertStore CertStore. getInstance (String  type, CertStoreParameters  params)
          지정한 CertStore 형을 구현해, 지정한 파라미터로 초기화되는 CertStore 를 돌려줍니다.
static CertStore CertStore. getInstance (String  type, CertStoreParameters  params, Provider  provider)
          지정된 CertStore 형을 구현하는 CertStore 객체를 돌려줍니다.
static CertStore CertStore. getInstance (String  type, CertStoreParameters  params, String  provider)
          지정된 CertStore 형을 구현하는 CertStore 객체를 돌려줍니다.
 

CertStoreParameters 형의 파라미터를 가지는 java.security.cert 의 생성자
CertStore (CertStoreSpi  storeSpi, Provider  provider, String  type, CertStoreParameters  params)
          지정된 형태의 CertStore 객체를 작성해, 지정된 프로바이더의 구현 (SPI 객체)을 거기에 캡슐화합니다.
CertStoreSpi (CertStoreParameters  params)
          유일한 생성자 입니다.
 


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 도 참조해 주세요.