public class MetaData extends ASN1Encodable
BER, DER
Constructor and Description |
---|
MetaData(DERBoolean hashProtected,
DERUTF8String fileName,
DERIA5String mediaType,
Attributes otherMetaData) |
Modifier and Type | Method and Description |
---|---|
DERUTF8String |
getFileName() |
static MetaData |
getInstance(Object obj) |
DERIA5String |
getMediaType() |
Attributes |
getOtherMetaData() |
boolean |
isHashProtected() |
DERObject |
toASN1Object()
MetaData ::= SEQUENCE {
hashProtected BOOLEAN,
fileName UTF8String OPTIONAL,
mediaType IA5String OPTIONAL,
otherMetaData Attributes OPTIONAL
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public MetaData(DERBoolean hashProtected, DERUTF8String fileName, DERIA5String mediaType, Attributes otherMetaData)
public DERObject toASN1Object()
MetaData ::= SEQUENCE { hashProtected BOOLEAN, fileName UTF8String OPTIONAL, mediaType IA5String OPTIONAL, otherMetaData Attributes OPTIONAL }
toASN1Object
in class ASN1Encodable
public boolean isHashProtected()
public DERUTF8String getFileName()
public DERIA5String getMediaType()
public Attributes getOtherMetaData()
Copyright © 2015. All rights reserved.