| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| KeyStore 를 사용하고 있는 패키지 | |
|---|---|
| java.security | 시큐리티 시스템의 클래스와 인터페이스를 제공합니다. | 
| java.security.cert | 증명서, 증명서의 취소 리스트 (CRL), 증명서 패스를 해석 및 관리하기 위한 클래스와 인터페이스를 제공합니다. | 
| javax.net.ssl | 시큐어 소켓 패키지의 클래스를 제공합니다. | 
| java.security 에서의 KeyStore 의 사용 | 
|---|
| KeyStore 를 돌려주는 java.security 의 메소드 | |
|---|---|
static KeyStore  | 
KeyStore. getInstance (String  type)
지정된 형태의 키스토어객체를 돌려줍니다.  | 
static KeyStore  | 
KeyStore. getInstance (String  type,
            Provider  provider)
지정된 형태의 키스토어객체를 돌려줍니다.  | 
static KeyStore  | 
KeyStore. getInstance (String  type,
            String  provider)
지정된 형태의 키스토어객체를 돌려줍니다.  | 
abstract  KeyStore  | 
KeyStore.Builder. getKeyStore ()
이 객체가 기술하는 KeyStore 를 돌려줍니다.  | 
| KeyStore 형의 파라미터를 가지는 java.security 의 메소드 | |
|---|---|
static KeyStore.Builder  | 
KeyStore.Builder. newInstance (KeyStore  keyStore,
            KeyStore.ProtectionParameter  protectionParameter)
지정된 KeyStore 를 캡슐화하는 새로운 Builder 를 돌려줍니다.  | 
| java.security.cert 에서의 KeyStore 의 사용 | 
|---|
| KeyStore 형의 파라미터를 가지는 java.security.cert 의 생성자 | |
|---|---|
PKIXBuilderParameters (KeyStore  keystore,
                      CertSelector  targetConstraints)
가장 신뢰할 수 있는 CA 세트를, 지정한 KeyStore 에 포함되는 신뢰할 수 있는 증명서 엔트리로부터 생성하는,PKIXBuilderParameters 의 인스턴스를 작성합니다.  | 
|
PKIXParameters (KeyStore  keystore)
가장 신뢰할 수 있는 CA 세트를, 지정한 KeyStore 에 포함되는 신뢰할 수 있는 증명서 엔트리로부터 생성하는,PKIXParameters 의 인스턴스를 작성합니다.  | 
|
| javax.net.ssl 에서의 KeyStore 의 사용 | 
|---|
| KeyStore 형의 파라미터를 가지는 javax.net.ssl 의 메소드 | |
|---|---|
protected abstract  void | 
TrustManagerFactorySpi. engineInit (KeyStore  ks)
증명서 발행국과 관련하는 신뢰 데이터의 소스를 사용해, 이 팩토리를 초기화합니다.  | 
protected abstract  void | 
KeyManagerFactorySpi. engineInit (KeyStore  ks,
           char[] password)
열쇠 데이터의 소스를 사용해, 이 팩토리를 초기화합니다.  | 
 void | 
TrustManagerFactory. init (KeyStore  ks)
증명서 발행국과 관련하는 신뢰 데이터의 소스를 사용해, 이 팩토리를 초기화합니다.  | 
 void | 
KeyManagerFactory. init (KeyStore  ks,
     char[] password)
열쇠 데이터의 소스를 사용해, 이 팩토리를 초기화합니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.