Package com.jcraft.jsch
Class KeyPair.ASN1
- java.lang.Object
-
- com.jcraft.jsch.KeyPair.ASN1
-
- Enclosing class:
- KeyPair
class KeyPair.ASN1 extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
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 Detail
-
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
KeyPair.ASN1[] getContents() throws KeyPair.ASN1Exception
- Throws:
KeyPair.ASN1Exception
-
-