Package | Description |
---|---|
old.org.bouncycastle.asn1.cms | |
old.org.bouncycastle.asn1.pkcs | |
old.org.bouncycastle.asn1.x509 | |
old.org.bouncycastle.jce | |
old.org.bouncycastle.x509 |
Constructor and Description |
---|
IssuerAndSerialNumber(X509Name name,
BigInteger serialNumber)
Deprecated.
use X500Name constructor
|
IssuerAndSerialNumber(X509Name name,
DERInteger serialNumber)
Deprecated.
use X500Name constructor
|
Modifier and Type | Method and Description |
---|---|
X509Name |
IssuerAndSerialNumber.getName() |
X509Name |
CertificationRequestInfo.getSubject() |
Constructor and Description |
---|
CertificationRequestInfo(X509Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
IssuerAndSerialNumber(X509Name name,
BigInteger certSerialNumber) |
IssuerAndSerialNumber(X509Name name,
DERInteger 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.
|
X509Name |
X509CertificateStructure.getIssuer() |
X509Name |
TBSCertList.getIssuer() |
X509Name |
TBSCertificateStructure.getIssuer() |
X509Name |
CertificateList.getIssuer() |
X509Name |
X509CertificateStructure.getSubject() |
X509Name |
TBSCertificateStructure.getSubject() |
Modifier and Type | Method and Description |
---|---|
void |
V3TBSCertificateGenerator.setIssuer(X509Name issuer) |
void |
V2TBSCertListGenerator.setIssuer(X509Name issuer) |
void |
V1TBSCertificateGenerator.setIssuer(X509Name issuer) |
void |
V3TBSCertificateGenerator.setSubject(X509Name subject) |
void |
V1TBSCertificateGenerator.setSubject(X509Name subject) |
Constructor and Description |
---|
GeneralName(X509Name dirName) |
Modifier and Type | Class and Description |
---|---|
class |
X509Principal
a general extension of X509Name with a couple of extra methods and
constructors.
|
Constructor and Description |
---|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey)
create a PKCS10 certfication request using the BC provider.
|
PKCS10CertificationRequest(String signatureAlgorithm,
X509Name subject,
PublicKey key,
ASN1Set attributes,
PrivateKey signingKey,
String provider)
create a PKCS10 certfication request using the named provider.
|
X509Principal(X509Name name)
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. All rights reserved.