Package com.jcraft.jsch
Class KeyPair.ASN1
java.lang.Object
com.jcraft.jsch.KeyPair.ASN1
- Enclosing class:
KeyPair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byte[]
(package private) KeyPair.ASN1[]
private int
getLength
(int[] indexp) (package private) int
getType()
(package private) boolean
(package private) boolean
isOBJECT()
(package private) boolean
(package private) boolean
-
Field Details
-
buf
byte[] buf -
start
int start -
length
int length
-
-
Constructor Details
-
ASN1
ASN1(byte[] buf) throws KeyPair.ASN1Exception - Throws:
KeyPair.ASN1Exception
-
ASN1
ASN1(byte[] buf, int start, int length) throws KeyPair.ASN1Exception - Throws:
KeyPair.ASN1Exception
-
-
Method Details
-
getType
int getType() -
isSEQUENCE
boolean isSEQUENCE() -
isINTEGER
boolean isINTEGER() -
isOBJECT
boolean isOBJECT() -
isOCTETSTRING
boolean isOCTETSTRING() -
getLength
private int getLength(int[] indexp) -
getContent
byte[] getContent() -
getContents
- Throws:
KeyPair.ASN1Exception
-