Package org.bouncycastle.asn1.bc
Class ObjectDataSequence
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.bc.ObjectDataSequence
- All Implemented Interfaces:
Iterable<ASN1Encodable>,ASN1Encodable,Encodable,Iterable<ASN1Encodable>
ObjectDataSequence ::= SEQUENCE OF ObjectData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectDataSequencegetInstance(Object obj) iterator()Returns an iterator over a set of elements of type T.Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ObjectDataSequence
-
-
Method Details
-
getInstance
-
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-
iterator
Description copied from interface:IterableReturns an iterator over a set of elements of type T.- Specified by:
iteratorin interfaceIterable<ASN1Encodable>- Specified by:
iteratorin interfaceIterable<ASN1Encodable>- Returns:
- an Iterator.
-