Uses of Class
org.bouncycastle.asn1.ASN1EncodableVector
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.x509 |
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1
Subclasses of ASN1EncodableVector in org.bouncycastle.asn1 Modifier and Type Class Description classDEREncodableVectora general class for building up a vector of DER encodable objects - this will eventually be superceded by ASN1EncodableVector so you should use that class in preference.Methods in org.bouncycastle.asn1 with parameters of type ASN1EncodableVector Modifier and Type Method Description voidASN1EncodableVector. addAll(ASN1EncodableVector other)Constructors in org.bouncycastle.asn1 with parameters of type ASN1EncodableVector Constructor Description ASN1Sequence(ASN1EncodableVector v)create a sequence containing a vector of objects.ASN1Set(ASN1EncodableVector v, boolean doSort)create a sequence containing a vector of objects.BERApplicationSpecific(int tagNo, ASN1EncodableVector vec)BERSequence(ASN1EncodableVector v)create a sequence containing a vector of objects.BERSet(ASN1EncodableVector v)DERApplicationSpecific(int tagNo, ASN1EncodableVector vec)DERExternal(ASN1EncodableVector vector)DERSequence(ASN1EncodableVector v)create a sequence containing a vector of objects.DERSet(ASN1EncodableVector v)DLSequence(ASN1EncodableVector v)create a sequence containing a vector of objects.DLSet(ASN1EncodableVector v) -
Uses of ASN1EncodableVector in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1EncodableVector Modifier and Type Method Description ASN1EncodableVectorAttributeTable. getAll(ASN1ObjectIdentifier oid)Return all the attributes matching the OBJECT IDENTIFIER oid.ASN1EncodableVectorAttributeTable. getAll(DERObjectIdentifier oid)Deprecated.use ASN1ObjectIdentifierASN1EncodableVectorAttributeTable. toASN1EncodableVector()Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1EncodableVector Constructor Description Attributes(ASN1EncodableVector v)AttributeTable(ASN1EncodableVector v) -
Uses of ASN1EncodableVector in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 with parameters of type ASN1EncodableVector Constructor Description X509Attribute(String oid, ASN1EncodableVector value)Create an X.59 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing the objects in value.