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 ObjectDataSequence
getInstance
(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, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ObjectDataSequence
-
-
Method Details
-
getInstance
-
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
iterator
Description copied from interface:Iterable
Returns an iterator over a set of elements of type T.- Specified by:
iterator
in interfaceIterable<ASN1Encodable>
- Specified by:
iterator
in interfaceIterable<ASN1Encodable>
- Returns:
- an Iterator.
-