public interface IASN1Set extends IASN1Primitive
| Modifier and Type | Method and Description |
|---|---|
IASN1Encodable |
getObjectAt(int index)
Calls actual
getObjectAt method for the wrapped ASN1Set object. |
Enumeration |
getObjects()
Calls actual
getObjects method for the wrapped ASN1Set object. |
int |
size()
Calls actual
size method for the wrapped ASN1Set object. |
IASN1Encodable[] |
toArray()
Calls actual
toArray method for the wrapped ASN1Set object. |
getEncoded, getEncodedisNull, toASN1PrimitiveEnumeration getObjects()
getObjects method for the wrapped ASN1Set object.int size()
size method for the wrapped ASN1Set object.IASN1Encodable getObjectAt(int index)
getObjectAt method for the wrapped ASN1Set object.index - indexIASN1Encodable wrapped ASN1Encodable object.IASN1Encodable[] toArray()
toArray method for the wrapped ASN1Set object.Copyright © 1998–2025 Apryse Group NV. All rights reserved.