JavaTM Platform
Standard Ed. 6

javax.net.ssl
클래스 CertPathTrustManagerParameters

java.lang.Object 
  상위를 확장 javax.net.ssl.CertPathTrustManagerParameters
모든 구현된 인터페이스:
ManagerFactoryParameters


public class CertPathTrustManagerParameters
extends Object
implements ManagerFactoryParameters

CertPathParameters 의 래퍼입니다. 이 클래스는,TrustManagerFactory.init() 메소드를 사용해 CertPath 베이스 TrustManager 에 검증 설정을 건네주기 위해서(때문에) 사용합니다.

이 클래스의 인스턴스는 불변입니다.

도입된 버젼:
1.5
관련 항목:
X509TrustManager , TrustManagerFactory , CertPathParameters

생성자 의 개요
CertPathTrustManagerParameters (CertPathParameters  parameters)
          지정된 파라미터로부터, 새로운 CertPathTrustManagerParameters 를 구축합니다.
 
메소드의 개요
 CertPathParameters getParameters ()
          이 클래스에 의해 캡슐화된 CertPathParameters 의 복제를 돌려줍니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

CertPathTrustManagerParameters

public CertPathTrustManagerParameters(CertPathParameters  parameters)
지정된 파라미터로부터, 새로운 CertPathTrustManagerParameters 를 구축합니다. 이후의 변경으로부터 보호하기 위해서, 이러한 파라미터는 복제됩니다.

파라미터:
parameters - 사용하는 CertPathParameters
예외:
NullPointerException - parameters 가 null 의 경우
메소드의 상세

getParameters

public CertPathParameters  getParameters()
이 클래스에 의해 캡슐화된 CertPathParameters 의 복제를 돌려줍니다.

반환값:
이 클래스에 의해 캡슐화된 CertPathParameters 의 복제

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