Package org.gudy.bouncycastle.asn1
Interface ASN1SetParser
-
- All Superinterfaces:
DEREncodable
- All Known Implementing Classes:
BERSetParser
public interface ASN1SetParser extends DEREncodable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DEREncodable
readObject()
-
Methods inherited from interface org.gudy.bouncycastle.asn1.DEREncodable
getDERObject
-
-
-
-
Method Detail
-
readObject
DEREncodable readObject() throws java.io.IOException
- Throws:
java.io.IOException
-
-