Uses of Class
org.bouncycastle.asn1.ASN1EncodableVector
Packages that use ASN1EncodableVector
Package
Description
-
Uses of ASN1EncodableVector in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 with parameters of type ASN1EncodableVectorConstructors in org.bouncycastle.asn1 with parameters of type ASN1EncodableVectorModifierConstructorDescriptionprotectedASN1Sequence(ASN1EncodableVector elementVector) Create a SEQUENCE containing a vector of objects.protectedASN1Set(ASN1EncodableVector elementVector, boolean doSort) Create a SET containing a vector of objects.BERSequence(ASN1EncodableVector elementVector) Create a sequence containing a vector of objects.BERSet(ASN1EncodableVector elementVector) Create a SET containing multiple objects.DERExternal(ASN1EncodableVector vector) Deprecated.DERSequence(ASN1EncodableVector elementVector) Create a sequence containing a vector of objects.DERSet(ASN1EncodableVector elementVector) create a set containing a vector of objects.DLExternal(ASN1EncodableVector vector) Deprecated.UseDLExternal(DLSequence)instead.DLSequence(ASN1EncodableVector elementVector) create a sequence containing a vector of objects.DLSet(ASN1EncodableVector elementVector) -
Uses of ASN1EncodableVector in org.bouncycastle.asn1.x509
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1EncodableVectorModifierConstructorDescriptionNoticeReference(String organization, ASN1EncodableVector noticeNumbers) Creates a newNoticeReferenceinstance.NoticeReference(DisplayText organization, ASN1EncodableVector noticeNumbers) Creates a newNoticeReferenceinstance. -
Uses of ASN1EncodableVector in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type ASN1EncodableVectorModifier and TypeMethodDescriptionprotected OutputStreamCMSAuthEnvelopedDataStreamGenerator.open(OutputStream out, ASN1EncodableVector recipientInfos, OutputAEADEncryptor encryptor) protected OutputStreamCMSAuthEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, ASN1EncodableVector recipientInfos, OutputAEADEncryptor encryptor) protected OutputStreamCMSEnvelopedDataStreamGenerator.open(OutputStream out, ASN1EncodableVector recipientInfos, OutputEncryptor encryptor) protected OutputStreamCMSEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, ASN1EncodableVector recipientInfos, OutputEncryptor encryptor) -
Uses of ASN1EncodableVector in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers with parameters of type ASN1EncodableVectorModifier and TypeMethodDescriptionprotected voidStandardDSAEncoding.encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) -
Uses of ASN1EncodableVector in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 with parameters of type ASN1EncodableVectorModifierConstructorDescriptionX509Attribute(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.
DERExternal(DERSequence)instead.