|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.asn1.AbstractDERType
public abstract class AbstractDERType
Provides functionality common to DER types implementations.
| Constructor Summary | |
|---|---|
AbstractDERType(DERTag tag)
Creates a new abstract der type. |
|
| Method Summary | |
|---|---|
protected byte[] |
encode(byte[]... items)
DER encode the supplied items with the tag associated with this type. |
static byte[] |
readBuffer(ByteBuffer encoded)
Returns a byte array containing the bytes from Buffer.limit()
to Buffer.position(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDERType(DERTag tag)
tag - to encode for this type| Method Detail |
|---|
protected byte[] encode(byte[]... items)
items - to encode
public static byte[] readBuffer(ByteBuffer encoded)
Buffer.limit()
to Buffer.position().
encoded - to read bytes from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||