public class DerValue extends Object
ASN1/DER
for the
Kerberos desktop authentication module. It parses the byte array
into [Tag, Length, Data] form.Constructor and Description |
---|
DerValue(byte[] data)
TODO-JAVADOC
|
DerValue(ByteArrayInputStream input)
TODO-JAVADOC
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
TODO-JAVADOC
|
int |
getLength()
TODO-JAVADOC
|
byte |
getTag()
TODO-JAVADOC
|
static String |
printByte(byte code)
TODO-JAVADOC
|
static String |
printByteArray(byte[] token,
int from,
int len)
TODO-JAVADOC
|
public DerValue(byte[] data)
public DerValue(ByteArrayInputStream input)
public byte getTag()
public int getLength()
public byte[] getData()
public static String printByte(byte code)
public static String printByteArray(byte[] token, int from, int len)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.