Interface DERObject
- All Known Implementing Classes:
DERBitString,DERDirect,DERInteger,DERNull,DERObjectIdentifier,DEROctetString,DERSequence,DERSet,DERTaggedObject,DERUtcTime
public interface DERObject
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbyte[]booleanWhether the object is encoded as ASN.1 primitive (see 3.10 "primitive encoding").
-
Field Details
-
DER_CONSTRUCTED_FLAG
static final byte DER_CONSTRUCTED_FLAG- See Also:
-
-
Method Details
-
getEncoded
byte[] getEncoded() -
isPrimitive
boolean isPrimitive()Whether the object is encoded as ASN.1 primitive (see 3.10 "primitive encoding"). If not primitive, the object is constructed, which means its contents octets are the complete encoding of one or more data values.- Returns:
trueif the object encodes its value directly
-