public class DERSetBC extends ASN1SetBC implements IDERSet
DERSet.| Constructor and Description |
|---|
DERSetBC(org.bouncycastle.asn1.ASN1Encodable encodable)
Creates new wrapper instance for
DERSet. |
DERSetBC(org.bouncycastle.asn1.ASN1EncodableVector vector)
Creates new wrapper instance for
DERSet. |
DERSetBC(org.bouncycastle.asn1.DERSet derSet)
Creates new wrapper instance for
DERSet. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.DERSet |
getDERSet()
Gets actual org.bouncycastle object being wrapped.
|
getASN1Set, getObjectAt, getObjects, size, toArraygetEncoded, getEncoded, getPrimitiveequals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetObjectAt, getObjects, size, toArraygetEncoded, getEncodedisNull, toASN1Primitivepublic DERSetBC(org.bouncycastle.asn1.DERSet derSet)
DERSet.derSet - DERSet to be wrappedpublic DERSetBC(org.bouncycastle.asn1.ASN1EncodableVector vector)
DERSet.vector - ASN1EncodableVector to create DERSetpublic DERSetBC(org.bouncycastle.asn1.ASN1Encodable encodable)
DERSet.encodable - ASN1Encodable to create DERSetCopyright © 1998–2023 Apryse Group NV. All rights reserved.