Package | Description |
---|---|
org.bouncycastle.asn1 | |
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.eac | |
org.bouncycastle.asn1.smime | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
DEREncodableVector
a 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ASN1EncodableVector.addAll(ASN1EncodableVector other)
Add the contents of another vector.
|
Constructor and 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) |
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. |
Constructor and 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.
|
Copyright © 2016 BouncyCastle.org. All rights reserved.