|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dreamsecurity.jcaos.cms.KeyTransRecipientInfo
ºñ´ëĪŰ ¾ÏÈ£ ¸Þ½ÃÁö(EnvelopedData)ÀÇ ¼ö½ÅÀÚ Á¤º¸¸¦ È®ÀÎÇϱâ À§ÇÑ Å¬·¡½ºÀÌ´Ù.
KeyTransRecipientInfo ::= SEQUENCE { version CMSVersion, -- always set to 0 or 2 rid RecipientIdentifier, keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier, encryptedKey EncryptedKey }
Method Summary | |
byte[] |
getEncoded()
DER ÀÎÄÚµù µÇ¾îÀÖ´Â ¼ö½ÅÀÚ Á¤º¸¸¦ ȹµæÇÑ´Ù. |
byte[] |
getEncryptedKey()
¼ö½ÅÀÚÀÇ °ø°³Å°·Î ¾ÏÈ£ÈµÈ ´ëĪ۸¦ ȹµæÇÑ´Ù. |
static KeyTransRecipientInfo |
getInstance(byte[] data)
Ű Àü´ÞÀ» À§ÇÑ ¼ö½ÅÀÚ Á¤º¸¸¦ ÀÔ·ÂÇÏ¿© KeyTransRecipientInfo °´Ã¼·Î º¯È¯ÇÑ´Ù. |
static KeyTransRecipientInfo |
getInstance(java.lang.Object o)
Ű Àü´ÞÀ» À§ÇÑ ¼ö½ÅÀÚ Á¤º¸¸¦ ÀÔ·ÂÇÏ¿© KeyTransRecipientInfo °´Ã¼·Î º¯È¯ÇÑ´Ù. |
java.lang.String |
getKeyEncryptionAlgorithm()
¸Þ½ÃÁö ¾Ïȣȿ¡ »ç¿ëµÈ ´ëĪ۸¦ ¾ÏÈ£ÈÇϴµ¥ »ç¿ëµÈ ¾Ë°í¸®Áò Á¤º¸¸¦ ȹµæÇÑ´Ù. |
RecipientIdentifier |
getRid()
¼ö½ÅÀÚ ½Äº°ÀÚ¸¦ È®ÀÎÇÑ´Ù. |
int |
getVersion()
¼ö½ÅÀÚ Á¤º¸ Çü½ÄÀÇ ¹öÀüÀ» È®ÀÎÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static KeyTransRecipientInfo getInstance(byte[] data) throws java.io.IOException
data
- DER ÀÎÄÚµùµÈ ÇüÅÂÀÇ Å° Àü´ÞÀ» À§ÇÑ ¼ö½ÅÀÚ Á¤º¸
java.io.IOException
- µðÄÚµù ½ÇÆÐ½Ã ¹ß»ýpublic static KeyTransRecipientInfo getInstance(java.lang.Object o) throws java.io.IOException
o
- Ű Àü´ÞÀ» À§ÇÑ ¼ö½ÅÀÚ Á¤º¸ (DER ÀÎÄÚµùµÈ °ª ¶Ç´Â ASN.1 ÇüÅÂ)
java.io.IOException
- µðÄÚµù ½ÇÆÐ½Ã ¹ß»ýpublic byte[] getEncoded() throws java.io.IOException
java.io.IOException
public int getVersion()
public RecipientIdentifier getRid()
public java.lang.String getKeyEncryptionAlgorithm()
public byte[] getEncryptedKey()
|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |