|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.net.ssl.CertPathTrustManagerParameters
public class CertPathTrustManagerParameters
CertPathParameters 의 래퍼입니다. 이 클래스는,TrustManagerFactory.init()
메소드를 사용해 CertPath 베이스 TrustManager
에 검증 설정을 건네주기 위해서(때문에) 사용합니다.
이 클래스의 인스턴스는 불변입니다.
X509TrustManager
,
TrustManagerFactory
,
CertPathParameters
생성자 의 개요 | |
---|---|
CertPathTrustManagerParameters (CertPathParameters parameters)
지정된 파라미터로부터, 새로운 CertPathTrustManagerParameters 를 구축합니다. |
메소드의 개요 | |
---|---|
CertPathParameters |
getParameters ()
이 클래스에 의해 캡슐화된 CertPathParameters 의 복제를 돌려줍니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters
- 사용하는 CertPathParameters
NullPointerException
- parameters 가 null 의 경우메소드의 상세 |
---|
public CertPathParameters getParameters()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.