Uses of Class
com.hierynomus.asn1.types.string.ASN1BitString
-
Packages that use ASN1BitString Package Description com.hierynomus.asn1.types com.hierynomus.asn1.types.string -
-
Uses of ASN1BitString in com.hierynomus.asn1.types
Fields in com.hierynomus.asn1.types with type parameters of type ASN1BitString Modifier and Type Field Description static ASN1Tag<ASN1BitString>
ASN1Tag. BIT_STRING
-
Uses of ASN1BitString in com.hierynomus.asn1.types.string
Methods in com.hierynomus.asn1.types.string that return ASN1BitString Modifier and Type Method Description ASN1BitString
ASN1BitString.Parser. parse(ASN1Tag<ASN1BitString> asn1Tag, byte[] value)
Methods in com.hierynomus.asn1.types.string with parameters of type ASN1BitString Modifier and Type Method Description void
ASN1BitString.Serializer. serialize(ASN1BitString asn1Object, ASN1OutputStream stream)
int
ASN1BitString.Serializer. serializedLength(ASN1BitString asn1Object)
Method parameters in com.hierynomus.asn1.types.string with type arguments of type ASN1BitString Modifier and Type Method Description ASN1BitString
ASN1BitString.Parser. parse(ASN1Tag<ASN1BitString> asn1Tag, byte[] value)
Constructor parameters in com.hierynomus.asn1.types.string with type arguments of type ASN1BitString Constructor Description ASN1BitString(ASN1Tag<ASN1BitString> tag, byte[] bytes, int unusedBits)
-