|
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.Attribute
Attribute ::= SEQUENCE { attrType OBJECT IDENTIFIER, attrValues SET OF AttributeValue }
Method Summary | |
byte[] |
getEncoded()
DER ÀÎÄÚµùÇÑ´Ù. |
static Attribute |
getInstance(byte[] data)
¼Ó¼º Á¤º¸¸¦ ÀÔ·ÂÇÏ¿© Attribute °´Ã¼·Î º¯È¯ÇÑ´Ù. |
static Attribute |
getInstance(java.lang.Object o)
¼Ó¼º Á¤º¸¸¦ ÀÔ·ÂÇÏ¿© Attribute °´Ã¼·Î º¯È¯ÇÑ´Ù. |
java.lang.String |
getType()
¼Ó¼º Á¾·ù¸¦ È®ÀÎÇÑ´Ù. |
byte[] |
getValue(int index)
ÇØ´ç index¿¡ ´ëÇÑ ¼Ó¼º °ªÀ» ȹµæÇÑ´Ù. |
int |
getValueSize()
¼Ó¼º °ª °³¼ö¸¦ È®ÀÎÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Attribute getInstance(byte[] data) throws java.io.IOException
data
- DER ÀÎÄÚµùµÈ ÇüÅÂÀÇ ¼Ó¼º Á¤º¸
java.io.IOException
- µðÄÚµù ½ÇÆÐ½Ã ¹ß»ýpublic static Attribute getInstance(java.lang.Object o) throws java.io.IOException
o
- ¼Ó¼º Á¤º¸ (DER ÀÎÄÚµùµÈ °ª ¶Ç´Â ASN.1 ÇüÅÂ)
java.io.IOException
- µðÄÚµù ½ÇÆÐ½Ã ¹ß»ýpublic byte[] getEncoded()
public java.lang.String getType()
public int getValueSize()
public byte[] getValue(int index)
index
- ȹµæÇϰíÀÚÇÏ´Â index
|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |