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.
|
Modifier and Type | Method and Description |
---|---|
void |
ASN1EncodableVector.addAll(ASN1EncodableVector other) |
Constructor and 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 constructed
|
BERSequence(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 constructed
|
DERExternal(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 constructed
|
DLExternal(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) |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
AttributeTable.getAll(ASN1ObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.
|
ASN1EncodableVector |
AttributeTable.toASN1EncodableVector() |
Constructor and Description |
---|
Attributes(ASN1EncodableVector v) |
AttributeTable(ASN1EncodableVector v) |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
ECDSAPublicKey.getASN1EncodableVector(ASN1ObjectIdentifier oid,
boolean publicPointOnly) |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
SMIMECapabilityVector.toASN1EncodableVector() |
Constructor and Description |
---|
NoticeReference(DisplayText organization,
ASN1EncodableVector noticeNumbers)
Creates a new
NoticeReference instance. |
NoticeReference(String organization,
ASN1EncodableVector noticeNumbers)
Creates a new
NoticeReference instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardDSAEncoding.encodeValue(BigInteger n,
ASN1EncodableVector v,
BigInteger x) |
Constructor and 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.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.