JavaTM Platform
Standard Ed. 6

클래스
java.security.cert.CertPath 의 사용

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

java.security 에서의 CertPath 의 사용
 

CertPath 를 돌려주는 java.security 의 메소드
 CertPath CodeSigner. getSignerCertPath ()
          서명자의 증명서 패스를 돌려줍니다.
 CertPath Timestamp. getSignerCertPath ()
          타임 스탬프 발행국의 증명서 패스를 돌려줍니다.
 

CertPath 형의 파라미터를 가지는 java.security 의 생성자
CodeSigner (CertPath  signerCertPath, Timestamp  timestamp)
          CodeSigner 객체를 구축합니다.
Timestamp (Date  timestamp, CertPath  signerCertPath)
          Timestamp 를 구축합니다.
 

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

CertPath 를 돌려주는 java.security.cert 의 메소드
 CertPath CertificateFactorySpi. engineGenerateCertPath (InputStream  inStream)
          CertPath 객체를 생성해,InputStream 인 inStream 로부터 읽힌 데이터로 초기화합니다.
 CertPath CertificateFactorySpi. engineGenerateCertPath (InputStream  inStream, String  encoding)
          CertPath 객체를 생성해,InputStream 인 inStream 로부터 읽힌 데이터로 초기화합니다.
 CertPath CertificateFactorySpi. engineGenerateCertPath (List <? extends Certificate > certificates)
          CertPath 객체를 생성해,CertificateList 로 초기화합니다.
 CertPath CertificateFactory. generateCertPath (InputStream  inStream)
          CertPath 객체를 생성해,InputStream 인 inStream 로부터 읽힌 데이터로 초기화합니다.
 CertPath CertificateFactory. generateCertPath (InputStream  inStream, String  encoding)
          CertPath 객체를 생성해,InputStream 인 inStream 로부터 읽힌 데이터로 초기화합니다.
 CertPath CertificateFactory. generateCertPath (List <? extends Certificate > certificates)
          CertPath 객체를 생성해,CertificateList 로 초기화합니다.
 CertPath PKIXCertPathBuilderResult. getCertPath ()
          구축 및 검사필의 증명서 패스를 돌려줍니다.
 CertPath CertPathValidatorException. getCertPath ()
          예외가 throw 되었을 때에 검사중이었던 증명서 패스를 돌려줍니다.
 CertPath CertPathBuilderResult. getCertPath ()
          구축한 증명서 패스를 돌려줍니다.
 

CertPath 형의 파라미터를 가지는 java.security.cert 의 메소드
abstract  CertPathValidatorResult CertPathValidatorSpi. engineValidate (CertPath  certPath, CertPathParameters  params)
          지정한 알고리즘의 파라미터 세트를 사용해, 지정한 증명서 패스를 검사합니다.
 CertPathValidatorResult CertPathValidator. validate (CertPath  certPath, CertPathParameters  params)
          지정한 알고리즘의 파라미터 세트를 사용해, 지정한 증명서 패스를 검사합니다.
 

CertPath 형의 파라미터를 가지는 java.security.cert 의 생성자
CertPathValidatorException (String  msg, Throwable  cause, CertPath  certPath, int index)
          지정한 상세 메세지, 원인, 증명서 패스, 및 인덱스를 가지는 CertPathValidatorException 를 작성합니다.
PKIXCertPathBuilderResult (CertPath  certPath, TrustAnchor  trustAnchor, PolicyNode  policyTree, PublicKey  subjectPublicKey)
          지정된 파라미터를 포함한 PKIXCertPathBuilderResult 의 인스턴스를 작성합니다.
 


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