Class ASN1
java.lang.Object
com.jcraft.jsch.asn1.ASN1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]ASN1[]byte[]getRaw()intgetType()booleanbooleanisCONTEXTCONSTRUCTED(int tag) booleanisCONTEXTPRIMITIVE(int tag) booleanbooleanisNULL()booleanisOBJECT()booleanbooleanstatic intparseASN1IntegerAsInt(byte[] content)
-
Constructor Details
-
ASN1
- Throws:
ASN1Exception
-
ASN1
- Throws:
ASN1Exception
-
-
Method Details
-
getType
public int getType() -
isSEQUENCE
public boolean isSEQUENCE() -
isINTEGER
public boolean isINTEGER() -
isOBJECT
public boolean isOBJECT() -
isOCTETSTRING
public boolean isOCTETSTRING() -
isNULL
public boolean isNULL() -
isBITSTRING
public boolean isBITSTRING() -
isCONTEXTPRIMITIVE
public boolean isCONTEXTPRIMITIVE(int tag) -
isCONTEXTCONSTRUCTED
public boolean isCONTEXTCONSTRUCTED(int tag) -
getContent
public byte[] getContent() -
getContents
- Throws:
ASN1Exception
-
getRaw
public byte[] getRaw() -
parseASN1IntegerAsInt
- Throws:
ArithmeticException
-