public class Asn1Flags extends Asn1BitString
Asn1Type.EncodingType| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearFlag(EnumType flag) |
void |
clearFlag(int flag) |
int |
getFlags() |
boolean |
isFlagSet(EnumType flag) |
boolean |
isFlagSet(int flag) |
void |
setFlag(EnumType flag) |
void |
setFlag(EnumType flag,
boolean isSet) |
void |
setFlag(int flag) |
void |
setFlags(int flags) |
void |
setValue(byte[] value) |
protected void |
toValue() |
encodingBodyLength, getPadding, setPadding, toBytes, toStringcreateSimple, createSimple, decodeBody, encodeBody, encodeBody, getBytes, isDefinitiveLength, isSimple, isSimple, isSimple, setBytesgetValuedecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDER, isImplicit, isPrimitive, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic void setFlags(int flags)
public void setValue(byte[] value)
setValue in class AbstractAsn1Type<byte[]>public int getFlags()
public boolean isFlagSet(int flag)
public void setFlag(int flag)
public void clearFlag(int flag)
public void clear()
public boolean isFlagSet(EnumType flag)
public void setFlag(EnumType flag)
public void setFlag(EnumType flag, boolean isSet)
public void clearFlag(EnumType flag)
protected void toValue()
throws IOException
toValue in class Asn1BitStringIOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.