Uses of Interface
org.bouncycastle.util.Iterable
-
Packages that use Iterable Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.bc BC specific object identifiers and classes for the BCFKS key store.org.bouncycastle.util General utility classes. -
-
Uses of Iterable in org.bouncycastle.asn1
Classes in org.bouncycastle.asn1 that implement Iterable Modifier and Type Class Description class
ASN1Sequence
ASN.1SEQUENCE
andSEQUENCE OF
constructs.class
ASN1Set
ASN.1SET
andSET OF
constructs.class
BERSequence
Indefinite length SEQUENCE of objects.class
BERSet
Indefinite lengthSET
andSET OF
constructs.class
DERSequence
Definite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.class
DERSet
A DER encoded SET objectclass
DLSequence
The DLSequence encodes a SEQUENCE using definite length form.class
DLSet
The DLSet encodes ASN.1 SET value without element ordering, and always using definite length form. -
Uses of Iterable in org.bouncycastle.asn1.bc
Classes in org.bouncycastle.asn1.bc that implement Iterable Modifier and Type Class Description class
ObjectDataSequence
ObjectDataSequence ::= SEQUENCE OF ObjectData -
Uses of Iterable in org.bouncycastle.util
Subinterfaces of Iterable in org.bouncycastle.util Modifier and Type Interface Description interface
StringList
An interface defining a list of strings.Classes in org.bouncycastle.util that implement Iterable Modifier and Type Class Description class
CollectionStore<T>
A simple collection backed store.
-