Uses of Class
org.bouncycastle.asn1.ASN1EncodableVector
-
Packages that use ASN1EncodableVector Package Description org.bouncycastle.asn1 org.bouncycastle.asn1.cms org.bouncycastle.asn1.eac org.bouncycastle.asn1.smime org.bouncycastle.asn1.x509 org.bouncycastle.crypto.signers org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 with parameters of type ASN1EncodableVector Modifier and Type Method Description void
ASN1EncodableVector. addAll(ASN1EncodableVector other)
Constructors in org.bouncycastle.asn1 with parameters of type ASN1EncodableVector Constructor Description ASN1External(ASN1EncodableVector vector)
Construct an EXTERNAL object, the input encoding vector must have exactly two elements on it.ASN1Sequence(ASN1EncodableVector elementVector)
Create a SEQUENCE containing a vector of objects.ASN1Set(ASN1EncodableVector elementVector, boolean doSort)
Create a SET containing a vector of objects.BERApplicationSpecific(int tagNo, ASN1EncodableVector vec)
Create an application specific object which is marked as constructedBERSequence(ASN1EncodableVector elementVector)
Create a sequence containing a vector of objects.BERSet(ASN1EncodableVector elementVector)
Create a SET containing multiple objects.DERApplicationSpecific(int tagNo, ASN1EncodableVector vec)
Create an application specific object which is marked as constructedDERExternal(ASN1EncodableVector vector)
Construct a DER EXTERNAL object, the input encoding vector must have exactly two elements on it.DERSequence(ASN1EncodableVector elementVector)
Create a sequence containing a vector of objects.DERSet(ASN1EncodableVector elementVector)
create a set containing a vector of objects.DLApplicationSpecific(int tagNo, ASN1EncodableVector vec)
Create an application specific object which is marked as constructedDLExternal(ASN1EncodableVector vector)
Construct a Definite-Length EXTERNAL object, the input encoding vector must have exactly two elements on it.DLSequence(ASN1EncodableVector elementVector)
create a sequence containing a vector of objects.DLSet(ASN1EncodableVector elementVector)
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1EncodableVector Modifier and Type Method Description ASN1EncodableVector
AttributeTable. getAll(ASN1ObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.ASN1EncodableVector
AttributeTable. 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.asn1.eac
Methods in org.bouncycastle.asn1.eac that return ASN1EncodableVector Modifier and Type Method Description ASN1EncodableVector
ECDSAPublicKey. getASN1EncodableVector(ASN1ObjectIdentifier oid, boolean publicPointOnly)
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1.smime
Methods in org.bouncycastle.asn1.smime that return ASN1EncodableVector Modifier and Type Method Description ASN1EncodableVector
SMIMECapabilityVector. toASN1EncodableVector()
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1.x509
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1EncodableVector Constructor Description NoticeReference(String organization, ASN1EncodableVector noticeNumbers)
Creates a newNoticeReference
instance.NoticeReference(DisplayText organization, ASN1EncodableVector noticeNumbers)
Creates a newNoticeReference
instance. -
Uses of ASN1EncodableVector in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers with parameters of type ASN1EncodableVector Modifier and Type Method Description protected void
StandardDSAEncoding. encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x)
-
Uses of ASN1EncodableVector in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 with parameters of type ASN1EncodableVector Constructor Description X509Attribute(String oid, ASN1EncodableVector value)
Deprecated.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.
-