JavaTM Platform
Standard Ed. 6

java.security.cert
인터페이스 CertPathParameters

모든 슈퍼 인터페이스:
Cloneable
기존의 구현 클래스의 일람:
PKIXBuilderParameters , PKIXParameters


public interface CertPathParameters
extends Cloneable

증명서 패스 알고리즘의 파라미터 스펙입니다. 이 인터페이스는, 모든 CertPath 파라미터 스펙을 그룹화 해, 형태 보증을 합니다. 모든 CertPath 파라미터 스펙에서는, 이 인터페이스를 구현하지 않으면 안됩니다.

도입된 버젼:
1.4
관련 항목:
CertPathValidator.validate(CertPath, CertPathParameters) , CertPathBuilder.build(CertPathParameters)

메소드의 개요
 Object clone ()
          CertPathParameters 의 복제를 작성합니다.
 

메소드의 상세

clone

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