JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
java.security.cert.CertPath »ç¿ë

CertPath¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.security ½ÃÅ¥·¯Æ¼ üÁ¦ÀÇ Å¬·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
java.security.cert ÀÎÁõ¼­, ÀÎÁõ¼­ ÀÇ Ãë¼Ò ¸®½ºÆ® (CRL), ÀÎÁõ¼­ Æнº¸¦ Çؼ® ¹× °ü¸®Çϱâ À§ÇÑ Å¬·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

java.security ¿¡¼­ÀÇ CertPath »ç¿ë
 

CertPath¸¦ µ¹·ÁÁÖ´Â java.security ¸Þ¼­µå
 CertPath Timestamp. getSignerCertPath ()
          Å¸ÀÓ ½ºÅÆÇÁ ¹ßÇà±¹ÀÇ ÀÎÁõ¼­ Æнº¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 CertPath CodeSigner. getSignerCertPath ()
          ¼­¸íÀÚÀÇ ÀÎÁõ¼­ Æнº¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 

CertPath ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â java.security constructor¡¡ ¡¡
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 °´Ã¼¸¦ »ý¼ºÇØ, Certificate List·Î ÃʱâÈ­ÇÕ´Ï´Ù.
 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 °´Ã¼¸¦ »ý¼ºÇØ, Certificate List·Î ÃʱâÈ­ÇÕ´Ï´Ù.
 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 constructor¡¡ ¡¡
CertPathValidatorException (String  msg, Throwable  cause, CertPath  certPath, int index)
          ÁöÁ¤ÇÑ »ó¼¼ ¸Þ¼¼Áö, ¿øÀÎ, ÀÎÁõ¼­ Æнº ¹× À妽º¸¦ °¡Áö´Â CertPathValidatorExceptionÀ» ÀÛ¼ºÇÕ´Ï´Ù.
PKIXCertPathBuilderResult (CertPath  certPath, TrustAnchor  trustAnchor, PolicyNode  policyTree, PublicKey  subjectPublicKey)
          ÁöÁ¤µÈ ÆĶó¹ÌÅ͸¦ Æ÷ÇÔÇÑ PKIXCertPathBuilderResult ÀνºÅϽº¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.