public class SequenceOfHashedId3
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SequenceOfHashedId3.Builder |
| Constructor and Description |
|---|
SequenceOfHashedId3(java.util.List<HashedId3> hashedId3s) |
| Modifier and Type | Method and Description |
|---|---|
static SequenceOfHashedId3.Builder |
builder() |
java.util.List<HashedId3> |
getHashedId3s() |
static SequenceOfHashedId3 |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SequenceOfHashedId3(java.util.List<HashedId3> hashedId3s)
public static SequenceOfHashedId3.Builder builder()
public static SequenceOfHashedId3 getInstance(java.lang.Object o)
public java.util.List<HashedId3> getHashedId3s()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object