Java org.bouncycastle.asn1 DERBitString fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 DERBitString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 DERBitString.

The text is from its open source code.

Subclass

org.bouncycastle.asn1.DERBitString has subclasses.
Click this link to see all its subclasses.

Constructor

Method

byte[]getBytes()
DERBitStringgetInstance(Object obj)
return a Bit String from the passed in object
DERBitStringgetInstance(ASN1TaggedObject obj, boolean explicit)
return a Bit String from a tagged object.
intgetPadBits()
StringgetString()
Return a String representation of this BIT STRING
intintValue()