public class DERBitString extends DERObject
Constructor and Description |
---|
DERBitString()
Default constructor
|
DERBitString(long bits)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
derDecode(DERBuffer buf)
Decode the object
|
void |
derEncode(DERBuffer buf)
Encode the object
|
long |
getValue()
Return the value
|
int |
intValue()
Return the value as an integer
|
String |
toString()
Return the bit string as a string
|
public DERBitString()
public DERBitString(long bits)
bits
- intpublic final long getValue()
public final int intValue()
public void derDecode(DERBuffer buf) throws IOException
derDecode
in class DERObject
buf
- DERBufferIOException
public void derEncode(DERBuffer buf) throws IOException
derEncode
in class DERObject
buf
- DERBufferIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.