Uses of Class
de.christofreichardt.asn1.ASN1Integer
Packages that use ASN1Integer
-
Uses of ASN1Integer in de.christofreichardt.asn1
Classes in de.christofreichardt.asn1 that implement interfaces with type arguments of type ASN1IntegerMethods in de.christofreichardt.asn1 that return ASN1IntegerModifier and TypeMethodDescriptionstatic ASN1IntegerASN1Integer.encode(byte[] bytes) Creates an ASN.1 INTEGER by augmenting the given content octets with identifier and length octets.ASN1IntSequence.Iterator.next()Methods in de.christofreichardt.asn1 with parameters of type ASN1IntegerModifier and TypeMethodDescriptionstatic ASN1IntSequenceASN1IntSequence.fromASN1Integers(ASN1Integer... asn1Integers) Creates an ASN.1SEQUENCEof the givenASN1Integers.