class KeyPair.ASN1
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
buf |
(package private) int |
length |
(package private) int |
start |
Constructor and Description |
---|
ASN1(byte[] buf) |
ASN1(byte[] buf,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
getContent() |
(package private) KeyPair.ASN1[] |
getContents() |
private int |
getLength(int[] indexp) |
(package private) int |
getType() |
(package private) boolean |
isINTEGER() |
(package private) boolean |
isOBJECT() |
(package private) boolean |
isOCTETSTRING() |
(package private) boolean |
isSEQUENCE() |
ASN1(byte[] buf) throws KeyPair.ASN1Exception
KeyPair.ASN1Exception
ASN1(byte[] buf, int start, int length) throws KeyPair.ASN1Exception
KeyPair.ASN1Exception
int getType()
boolean isSEQUENCE()
boolean isINTEGER()
boolean isOBJECT()
boolean isOCTETSTRING()
private int getLength(int[] indexp)
byte[] getContent()
KeyPair.ASN1[] getContents() throws KeyPair.ASN1Exception
KeyPair.ASN1Exception