| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.pkcs | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.jce | |
| org.bouncycastle.x509 |
| Constructor and Description |
|---|
IssuerAndSerialNumber(X509Name name,
ASN1Integer serialNumber)
Deprecated.
use X500Name constructor
|
IssuerAndSerialNumber(X509Name name,
BigInteger serialNumber)
Deprecated.
use X500Name constructor
|
| Constructor and Description |
|---|
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
Deprecated.
use X500Name method.
|
IssuerAndSerialNumber(X509Name name,
ASN1Integer certSerialNumber) |
IssuerAndSerialNumber(X509Name name,
BigInteger certSerialNumber) |
| Modifier and Type | Method and Description |
|---|---|
static X509Name |
X509Name.getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated.
Return a X509Name based on the passed in tagged object.
|
static X509Name |
X509Name.getInstance(Object obj)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
V3TBSCertificateGenerator.setIssuer(X509Name issuer)
Deprecated.
use X500Name method
|
void |
V2TBSCertListGenerator.setIssuer(X509Name issuer)
Deprecated.
use X500Name method
|
void |
V1TBSCertificateGenerator.setIssuer(X509Name issuer)
Deprecated.
use X500Name method
|
void |
V3TBSCertificateGenerator.setSubject(X509Name subject)
Deprecated.
use X500Name method
|
void |
V1TBSCertificateGenerator.setSubject(X509Name subject)
Deprecated.
use X500Name method
|
| Constructor and Description |
|---|
GeneralName(X509Name dirName)
Deprecated.
use X500Name constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
X509Principal
Deprecated.
use the X500Name class.
|
| Constructor and Description |
|---|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
Deprecated.
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
Deprecated.
create a PKCS10 certfication request using the named provider.
|
X509Principal(X509Name name)
Deprecated.
Constructor from an X509Name object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509V3CertificateGenerator.setIssuerDN(X509Name issuer)
Deprecated.
Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
certificate.
|
void |
X509V2CRLGenerator.setIssuerDN(X509Name issuer)
Deprecated.
Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
certificate.
|
void |
X509V1CertificateGenerator.setIssuerDN(X509Name issuer)
Deprecated.
Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
certificate.
|
void |
X509V3CertificateGenerator.setSubjectDN(X509Name subject)
Deprecated.
Set the subject distinguished name.
|
void |
X509V1CertificateGenerator.setSubjectDN(X509Name subject)
Deprecated.
Set the subject distinguished name.
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.