Class ASN1IntSequence
java.lang.Object
de.christofreichardt.asn1.ASN1
de.christofreichardt.asn1.ASN1IntSequence
- All Implemented Interfaces:
de.christofreichardt.diagnosis.Traceable
ASN.1 helper class representing a ASN.1
SEQUENCE of INTEGERs.- Author:
- Christof Reichardt
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ASN1IntSequencefromASN1Integers(ASN1Integer... asn1Integers) Creates an ASN.1SEQUENCEof the givenASN1Integers.iterator()Returns anASN1IntSequence.Iterator.toString()Methods inherited from class ASN1
actualBytes, encoded, getCurrentTracer, isShortForm
-
Constructor Details
-
ASN1IntSequence
public ASN1IntSequence(byte[] bytes) Creates an ASN.1SEQUENCEofINTEGERs- Parameters:
bytes- the DER encoded bytes representing an ASN.1SEQUENCEofINTEGERs.
-
-
Method Details
-
iterator
Returns anASN1IntSequence.Iterator.- Returns:
- an
ASN1IntSequence.Iteratorover the INTEGERs in this SEQUENCE
-
fromASN1Integers
Creates an ASN.1SEQUENCEof the givenASN1Integers.- Parameters:
asn1Integers- someASN1Integers for theSEQUENCE.- Returns:
- an ASN.1
SEQUENCEcomprising the givenASN1Integers.
-
toString
-