JavaTM Platform
Standard Ed. 6

java.security
클래스 KeyStore.TrustedCertificateEntry

java.lang.Object 
  상위를 확장 java.security.KeyStore.TrustedCertificateEntry
모든 구현된 인터페이스:
KeyStore.Entry
포함되어 있는 클래스:
KeyStore


public static final class KeyStore.TrustedCertificateEntry
extends Object
implements KeyStore.Entry

신뢰할 수 있는 Certificate 가 포함된 KeyStore 엔트리입니다.

도입된 버젼:
1.5

생성자 의 개요
KeyStore.TrustedCertificateEntry (Certificate  trustedCert)
          신뢰할 수 있는 Certificate 를 사용해 TrustedCertificateEntry 를 구축합니다.
 
메소드의 개요
 Certificate getTrustedCertificate ()
          이 엔트리내의 신뢰할 수 있는 Certficate 를 가져옵니다.
 String toString ()
          이 TrustedCertificateEntry 의 캐릭터 라인 표현을 돌려줍니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
 

생성자 의 상세

KeyStore.TrustedCertificateEntry

public KeyStore.TrustedCertificateEntry(Certificate  trustedCert)
신뢰할 수 있는 Certificate 를 사용해 TrustedCertificateEntry 를 구축합니다.

파라미터:
trustedCert - 신뢰할 수 있는 Certificate
예외:
NullPointerException - trustedCertnull 의 경우
메소드의 상세

getTrustedCertificate

public Certificate  getTrustedCertificate()
이 엔트리내의 신뢰할 수 있는 Certficate 를 가져옵니다.

반환값:
이 엔트리내의 신뢰할 수 있는 Certficate

toString

public String  toString()
이 TrustedCertificateEntry 의 캐릭터 라인 표현을 돌려줍니다.

오버라이드(override):
클래스 Object 내의 toString
반환값:
이 TrustedCertificateEntry 의 캐릭터 라인 표현

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