Package org.bouncycastle.asn1
Class DERBitString
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1BitString
org.bouncycastle.asn1.DERBitString
- All Implemented Interfaces:
ASN1BitStringParser,ASN1Encodable,ASN1String,InMemoryRepresentable,Encodable
- Direct Known Subclasses:
NetscapeCertType,ReasonFlags
A BIT STRING with DER encoding - the first byte contains the count of padding bits included in the byte array's last byte.
-
Constructor Summary
ConstructorsConstructorDescriptionDERBitString(byte[] data) DERBitString(byte[] data, int padBits) DERBitString(byte data, int padBits) DERBitString(int value) -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1BitString
getBitStream, getBytes, getBytes, getBytesLength, getInstance, getInstance, getLoadedObject, getOctets, getOctetStream, getPadBits, getPadBits, getString, hashCode, intValue, isOctetAligned, parser, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
-
Constructor Details
-
DERBitString
public DERBitString(byte[] data) -
DERBitString
public DERBitString(byte data, int padBits) -
DERBitString
public DERBitString(byte[] data, int padBits) -
DERBitString
public DERBitString(int value) -
DERBitString
- Throws:
IOException
-
-
Method Details
-
convert
-