|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ |
NoSuchAlgorithmException ¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
java.security | ½ÃÅ¥·¯Æ¼ üÁ¦ÀÇ Å¬·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù. |
java.security.cert | Áõ¸í¼, Áõ¸í¼ÀÇ Ãë¼Ò ¸®½ºÆ® (CRL), Áõ¸í¼ ÆÐ½º¸¦ ÇØ¼® ¹× °ü¸®Çϱâ À§ÇÑ Å¬·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.crypto | ¾ÏÈ£È Á¶ÀÛÀÇ Å¬·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.net.ssl | ½ÃÅ¥¾î ¼ÒÄÏ ÆÐŰÁöÀÇ Å¬·¡½º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.security.cert | °ø°³¿¼è Áõ¸í¼¿ëÀÇ Å¬·¡½º¸¦ Á¦°øÇÕ´Ï´Ù. |
java.security ¿¡¼ÀÇ NoSuchAlgorithmException ÀÇ »ç¿ë |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â java.security ÀÇ ¸Þ¼Òµå | |
static Signature |
Signature. getInstance (String algorithm)
ÁöÁ¤µÈ ´ÙÀÌÁ¦½ºÆ® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â Signature ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static Signature |
Signature. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÌ »ç¿ë °¡´ÉÇÑ °æ¿ì¿¡, ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ Á¦°øµÈ ±× ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â Signature ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static Signature |
Signature. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ Á¦°øµÇ´Â ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â Signature ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static SecureRandom |
SecureRandom. getInstance (String algorithm)
ÁöÁ¤µÈ À¯»ç ³¼ö Á¦³×·¹ÀÌÅÍ (PRNG) ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â SecureRandom ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static SecureRandom |
SecureRandom. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ PRNG ¾Ë°í¸®Áò¿¡ ´ëÇÑ SecureRandom ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static SecureRandom |
SecureRandom. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ PRNG ¾Ë°í¸®Áò¿¡ ÀÇÇÑ SecureRandom ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static MessageDigest |
MessageDigest. getInstance (String algorithm)
ÁöÁ¤µÈ ´ÙÀÌÁ¦½ºÆ® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â MessageDigest ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static MessageDigest |
MessageDigest. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÌ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ »ç¿ë °¡´ÉÇÑ °æ¿ì¿¡, ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ °ø±ÞµÇ´Â ±× ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â MessageDigest ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static MessageDigest |
MessageDigest. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÌ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ »ç¿ë °¡´ÉÇÑ °æ¿ì¿¡, ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ °ø±ÞµÇ´Â ±× ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â MessageDigest ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
abstract Key |
KeyStoreSpi. engineGetKey (String alias,
char[] password)
ÁöÁ¤µÈ ÆÐ½º¿öµå¸¦ »ç¿ëÇØ, ÁöÁ¤µÈ º°¸í¿¡ °ü·ÃÇÑ ¿¼è¸¦ º¹¿øÇØ, ±× ¿¼è¸¦ µ¹·ÁÁÝ´Ï´Ù. |
abstract void |
KeyStoreSpi. engineStore (OutputStream stream,
char[] password)
ÁöÁ¤µÈ Ãâ·Â ½ºÆ®¸²¿¡ ÀÌ Å°½ºÆ®¾Æ¸¦ ÀúÀåÇØ, ÁöÁ¤µÈ ÆÐ½º¿öµå·Î ±× ¿ÏÀü¼ºÀ» º¸È£ÇÕ´Ï´Ù. |
abstract void |
KeyStoreSpi. engineLoad (InputStream stream,
char[] password)
ÁöÁ¤µÈ ÀÔ·Â ½ºÆ®¸²À¸·ÎºÎÅÍ Å°½ºÆ®¾Æ¸¦ ·ÎµåÇÕ´Ï´Ù. |
Key |
KeyStore. getKey (String alias,
char[] password)
ÁöÁ¤µÈ ÆÐ½º¿öµå¸¦ »ç¿ëÇØ, ÁöÁ¤µÈ º°¸í¿¡ °ü·ÃÇÑ ¿¼è¸¦ º¹¿øÇØ, ±× ¿¼è¸¦ µ¹·ÁÁÝ´Ï´Ù. |
void |
KeyStore. store (OutputStream stream,
char[] password)
ÁöÁ¤µÈ Ãâ·Â ½ºÆ®¸²¿¡ ÀÌ Å°½ºÆ®¾Æ¸¦ ÀúÀåÇØ, ÁöÁ¤µÈ ÆÐ½º¿öµå·Î ±× ¿ÏÀü¼ºÀ» º¸È£ÇÕ´Ï´Ù. |
void |
KeyStore. load (InputStream stream,
char[] password)
ÁöÁ¤µÈ ÀÔ·Â ½ºÆ®¸²À¸·ÎºÎÅÍ ÀÌ Å°½ºÆ®¾Æ¸¦ ·ÎµåÇÕ´Ï´Ù. |
static KeyPairGenerator |
KeyPairGenerator. getInstance (String algorithm)
ÁöÁ¤µÈ ´ÙÀÌÁ¦½ºÆ® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyPairGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyPairGenerator |
KeyPairGenerator. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÌ »ç¿ë °¡´ÉÇÑ °æ¿ì¿¡, ±× ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyPairGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyPairGenerator |
KeyPairGenerator. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÌ »ç¿ë °¡´ÉÇÑ °æ¿ì¿¡, ±× ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyPairGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyFactory |
KeyFactory. getInstance (String algorithm)
ÁöÁ¤µÈ ´ÙÀÌÁ¦½ºÆ® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyFactory |
KeyFactory. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ KeyFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyFactory |
KeyFactory. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ KeyFactory ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
static AlgorithmParameters |
AlgorithmParameters. getInstance (String algorithm)
ÁöÁ¤µÈ ¾Ë°í¸®Áò¿¡ ´ëÇÑ ÆÄ¶ó¹ÌÅÍ ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static AlgorithmParameters |
AlgorithmParameters. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ¿¡ ÀÇÇØ Á¦°øµÇ´Â ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ ÆÄ¶ó¹ÌÅÍ ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static AlgorithmParameters |
AlgorithmParameters. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ¿¡ ÀÇÇØ Á¦°øµÇ´Â ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ ÆÄ¶ó¹ÌÅÍ ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator. getInstance (String algorithm)
ÁöÁ¤µÈ ´ÙÀÌÁ¦½ºÆ® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â AlgorithmParameterGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ Á¦°øµÈ´Ù, ¿ä±¸ÇÑ ¾Ë°í¸®ÁòÀÇ AlgorithmParameterGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static AlgorithmParameterGenerator |
AlgorithmParameterGenerator. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ Á¦°øµÈ´Ù, ¿ä±¸ÇÑ ¾Ë°í¸®ÁòÀÇ AlgorithmParameterGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
java.security.cert ¿¡¼ÀÇ NoSuchAlgorithmException ÀÇ »ç¿ë |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â java.security.cert ÀÇ ¸Þ¼Òµå | |
abstract void |
Certificate. verify (PublicKey key)
ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ, ÀÌ Áõ¸í¼°¡ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
abstract void |
Certificate. verify (PublicKey key,
String sigProvider)
ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ, ÀÌ Áõ¸í¼°¡ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
abstract void |
X509CRL. verify (PublicKey key)
ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ, ÀÌ CRL °¡ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
abstract void |
X509CRL. verify (PublicKey key,
String sigProvider)
ÀÌ CRL °¡, ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
static CertStore |
CertStore. getInstance (String type,
CertStoreParameters params)
ÁöÁ¤ÇÑ CertStore ÇüÀ» ±¸ÇöÇØ, ÁöÁ¤ÇÑ ÆÄ¶ó¹ÌÅÍ·Î ÃʱâȵǴ CertStore ¸¦ µ¹·ÁÁÝ´Ï´Ù.
|
static CertStore |
CertStore. getInstance (String type,
CertStoreParameters params,
String provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇØ, ÁöÁ¤ÇÑ ÆÄ¶ó¹ÌÅÍ·Î ÃʱâȵǴ ÁöÁ¤ÇÑ CertStore ¸¦ ±¸ÇöÇÏ´Â CertStore ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
|
static CertStore |
CertStore. getInstance (String type,
CertStoreParameters params,
Provider provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇØ, ÁöÁ¤ÇÑ ÆÄ¶ó¹ÌÅÍ·Î ÃʱâȵǴ ÁöÁ¤ÇÑ CertStore ¸¦ ±¸ÇöÇÏ´Â CertStore ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static CertPathValidator |
CertPathValidator. getInstance (String algorithm)
ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathValidator ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
|
static CertPathValidator |
CertPathValidator. getInstance (String algorithm,
String provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÏ´Â ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathValidator ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static CertPathValidator |
CertPathValidator. getInstance (String algorithm,
Provider provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÏ´Â ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathValidator ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static CertPathBuilder |
CertPathBuilder. getInstance (String algorithm)
ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathBuilder ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù.
|
static CertPathBuilder |
CertPathBuilder. getInstance (String algorithm,
String provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÏ´Â ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathBuilder ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static CertPathBuilder |
CertPathBuilder. getInstance (String algorithm,
Provider provider)
ÁöÁ¤ÇÑ ÇÁ·Î¹ÙÀÌ´õ°¡ Á¦°øÇÏ´Â ÁöÁ¤ÇÑ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â CertPathBuilder ¿ÀºêÁ§Æ®¸¦ µ¹·ÁÁÝ´Ï´Ù. |
javax.crypto ¿¡¼ÀÇ NoSuchAlgorithmException ÀÇ »ç¿ë |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â javax.crypto ÀÇ ¸Þ¼Òµå | |
Object |
SealedObject. getObject (Key key)
¿øÀÇ (ĸ½¶ÈµÈ) ¿ÀºêÁ§Æ®¸¦ ²¨³À´Ï´Ù. |
Object |
SealedObject. getObject (Key key,
String provider)
¿øÀÇ (ĸ½¶ÈµÈ) ¿ÀºêÁ§Æ®¸¦ ²¨³À´Ï´Ù. |
static SecretKeyFactory |
SecretKeyFactory. getInstance (String algorithm)
ÁöÁ¤µÈ ºñ¹Ð¿¼è ¾Ë°í¸®ÁòÀÇ SecretKeyFactory ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
static SecretKeyFactory |
SecretKeyFactory. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ºñ¹Ð¿¼è ¾Ë°í¸®ÁòÀÇ SecretKeyFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static SecretKeyFactory |
SecretKeyFactory. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ºñ¹Ð¿¼è ¾Ë°í¸®ÁòÀÇ SecretKeyFactory ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
static Mac |
Mac. getInstance (String algorithm)
ÁöÁ¤µÈ MAC ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â Mac ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static Mac |
Mac. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ MAC ¾Ë°í¸®ÁòÀÇ Mac ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static Mac |
Mac. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ MAC ¾Ë°í¸®ÁòÀÇ Mac ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
static KeyGenerator |
KeyGenerator. getInstance (String algorithm)
ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ KeyGenerator |
static KeyGenerator |
KeyGenerator. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è ¾Ë°í¸®ÁòÀÇ KeyGenerator ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyGenerator |
KeyGenerator. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è ¾Ë°í¸®ÁòÀÇ KeyGenerator ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
protected abstract SecretKey |
KeyAgreementSpi. engineGenerateSecret (String algorithm)
°øÀ¯ÀÇ ºñ¹Ð Á¤º¸¸¦ ÀÛ¼ºÇØ, ±×°ÍÀÌ ¿ä±¸µÈ ¾Ë°í¸®ÁòÇüÀÇ ºñ¹Ð¿¼è ¿ÀºêÁ§Æ®·Î¼ µ¹·ÁÁÝ´Ï´Ù. |
static KeyAgreement |
KeyAgreement. getInstance (String algorithm)
ÁöÁ¤µÈ ¿¼è ÇÕÀÇ ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyAgreement ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyAgreement |
KeyAgreement. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è ÇÕÀÇ ¾Ë°í¸®ÁòÀÇ KeyAgreement ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyAgreement |
KeyAgreement. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è ÇÕÀÇ ¾Ë°í¸®ÁòÀÇ KeyAgreement ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
SecretKey |
KeyAgreement. generateSecret (String algorithm)
°øÀ¯ÀÇ ºñ¹Ð Á¤º¸¸¦ ÀÛ¼ºÇØ, ±×°ÍÀÌ ÁöÁ¤µÈ ¾Ë°í¸®ÁòÀÇ SecretKey ¿ÀºêÁ§Æ®·Î¼ µ¹·ÁÁÝ´Ï´Ù.
|
static ExemptionMechanism |
ExemptionMechanism. getInstance (String mechanism)
ÁöÁ¤µÈ Á¦¿Ü ±â±¸¸¦ ±¸ÇöÇÏ´Â ExemptionMechanism ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static ExemptionMechanism |
ExemptionMechanism. getInstance (String mechanism,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ Á¦¿Ü ±â±¸ÀÇ ExemptionMechanism ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static ExemptionMechanism |
ExemptionMechanism. getInstance (String mechanism,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ Á¦¿Ü ±â±¸ÀÇ ExemptionMechanism ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
protected abstract void |
CipherSpi. engineSetMode (String mode)
ÀÌ ¾ÏÈ£ÀÇ ¸ðµå¸¦ ¼³Á¤ÇÕ´Ï´Ù. |
protected Key |
CipherSpi. engineUnwrap (byte[] wrappedKey,
String wrappedKeyAlgorithm,
int wrappedKeyType)
Àü¿¡ ·¦ µÈ ¿¼è¸¦ ·¦ ÇØÁ¦ÇÕ´Ï´Ù. |
static Cipher |
Cipher. getInstance (String transformation)
ÁöÁ¤µÈ º¯È¯À» ±¸ÇöÇÏ´Â Cipher ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù.
|
static Cipher |
Cipher. getInstance (String transformation,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ¿¡ ÀÇÇØ Á¦°øµÇ´Â ÁöÁ¤µÈ º¯È¯À» ±¸ÇöÇÏ´Â Cipher ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static Cipher |
Cipher. getInstance (String transformation,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ¿¡ ÀÇÇØ Á¦°øµÇ´Â ÁöÁ¤µÈ º¯È¯À» ±¸ÇöÇÏ´Â Cipher ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
Key |
Cipher. unwrap (byte[] wrappedKey,
String wrappedKeyAlgorithm,
int wrappedKeyType)
Àü¿¡ ·¦ µÈ ¿¼è¸¦ ·¦ ÇØÁ¦ÇÕ´Ï´Ù. |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â javax.crypto ÀÇ constructor | |
EncryptedPrivateKeyInfo (String algName,
byte[] encryptedData)
¾ÏÈ£È ¾Ë°í¸®Áò¸íÀ¸·Î ¾ÏÈ£ÈµÈ µ¥ÀÌÅͷκÎÅÍ EncryptedPrivateKeyInfo ¸¦ ±¸ÃàÇÕ´Ï´Ù.
|
|
EncryptedPrivateKeyInfo (AlgorithmParameters algParams,
byte[] encryptedData)
¾ÏÈ£È ¾Ë°í¸®Áò ÆÄ¶ó¹ÌÅÍ¿Í ¾ÏÈ£ÈµÈ µ¥ÀÌÅͷκÎÅÍ EncryptedPrivateKeyInfo ¸¦ ±¸ÃàÇÕ´Ï´Ù.
|
javax.net.ssl ¿¡¼ÀÇ NoSuchAlgorithmException ÀÇ »ç¿ë |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â javax.net.ssl ÀÇ ¸Þ¼Òµå | |
static TrustManagerFactory |
TrustManagerFactory. getInstance (String algorithm)
ÁöÁ¤µÈ ½Å·Ú °ü¸® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â TrustManagerFactory ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù.
|
static TrustManagerFactory |
TrustManagerFactory. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ½Å·Ú °ü¸® ¾Ë°í¸®ÁòÀÇ TrustManagerFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static TrustManagerFactory |
TrustManagerFactory. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ½Å·Ú °ü¸® ¾Ë°í¸®ÁòÀÇ TrustManagerFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static SSLContext |
SSLContext. getInstance (String protocol)
ÁöÁ¤µÈ ½ÃÅ¥¾î ¼ÒÄÏ ÇÁ·ÎÅäÄÝÀ» ±¸ÇöÇÏ´Â SSLContext ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù.
|
static SSLContext |
SSLContext. getInstance (String protocol,
String provider)
ÁöÁ¤µÈ ½ÃÅ¥¾î ¼ÒÄÏ ÇÁ·ÎÅäÄÝÀÌ ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ ±¸ÇöÇÏ´Â SSLContext ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
static SSLContext |
SSLContext. getInstance (String protocol,
Provider provider)
ÁöÁ¤µÈ ½ÃÅ¥¾î ¼ÒÄÏ ÇÁ·ÎÅäÄÝÀÌ ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ ±¸ÇöÇÏ´Â SSLContext ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù. |
protected abstract void |
KeyManagerFactorySpi. engineInit (KeyStore ks,
char[] password)
¿¼è µ¥ÀÌÅÍÀÇ ¼Ò½º¸¦ »ç¿ëÇØ, ÀÌ ÆÑÅ丮¸¦ ÃʱâÈÇÕ´Ï´Ù. |
static KeyManagerFactory |
KeyManagerFactory. getInstance (String algorithm)
ÁöÁ¤µÈ ¿¼è °ü¸® ¾Ë°í¸®ÁòÀ» ±¸ÇöÇÏ´Â KeyManagerFactory ¿ÀºêÁ§Æ®¸¦ »ý¼ºÇÕ´Ï´Ù.
|
static KeyManagerFactory |
KeyManagerFactory. getInstance (String algorithm,
String provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è °ü¸® ¾Ë°í¸®ÁòÀÇ KeyManagerFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
static KeyManagerFactory |
KeyManagerFactory. getInstance (String algorithm,
Provider provider)
ÁöÁ¤µÈ ÇÁ·Î¹ÙÀÌ´õ·ÎºÎÅÍ, ÁöÁ¤µÈ ¿¼è °ü¸® ¾Ë°í¸®ÁòÀÇ KeyManagerFactory ¿ÀºêÁ§Æ®¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
void |
KeyManagerFactory. init (KeyStore ks,
char[] password)
¿¼è µ¥ÀÌÅÍÀÇ ¼Ò½º¸¦ »ç¿ëÇØ ÀÌ ÆÑÅ丮¸¦ ÃʱâÈÇÕ´Ï´Ù. |
javax.security.cert ¿¡¼ÀÇ NoSuchAlgorithmException ÀÇ »ç¿ë |
NoSuchAlgorithmException ¸¦ ½½·Î¿ì ÇÏ´Â javax.security.cert ÀÇ ¸Þ¼Òµå | |
abstract void |
Certificate. verify (PublicKey key)
ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ, ÀÌ Áõ¸í¼°¡ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
abstract void |
Certificate. verify (PublicKey key,
String sigProvider)
ÁöÁ¤µÈ °ø°³¿¼è¿¡ ´ëÀÀÇÏ´Â ºñ°ø°³¿¼è¸¦ »ç¿ëÇØ, ÀÌ Áõ¸í¼°¡ ¼¸íµÈ °ÍÀ» °ËÁõÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.