Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.crmf | |
org.bouncycastle.asn1.esf | |
org.bouncycastle.asn1.ocsp | |
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.asn1.x500 | |
org.bouncycastle.asn1.x500.style | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.jce |
Utility classes for use with the JCE.
|
org.bouncycastle.jce.provider |
Modifier and Type | Method and Description |
---|---|
X500Name |
IssuerAndSerialNumber.getName() |
Constructor and Description |
---|
IssuerAndSerialNumber(X500Name name,
BigInteger serialNumber) |
Modifier and Type | Method and Description |
---|---|
X500Name |
CertTemplate.getIssuer() |
X500Name |
CertTemplate.getSubject() |
Modifier and Type | Method and Description |
---|---|
CertTemplateBuilder |
CertTemplateBuilder.setIssuer(X500Name name) |
CertTemplateBuilder |
CertTemplateBuilder.setSubject(X500Name name) |
Modifier and Type | Method and Description |
---|---|
X500Name |
CrlIdentifier.getCrlIssuer() |
Constructor and Description |
---|
CrlIdentifier(X500Name crlIssuer,
ASN1UTCTime crlIssuedTime) |
CrlIdentifier(X500Name crlIssuer,
ASN1UTCTime crlIssuedTime,
BigInteger crlNumber) |
Modifier and Type | Method and Description |
---|---|
X500Name |
ServiceLocator.getIssuer() |
X500Name |
ResponderID.getName() |
Constructor and Description |
---|
ResponderID(X500Name value) |
Modifier and Type | Method and Description |
---|---|
X500Name |
IssuerAndSerialNumber.getName() |
X500Name |
CertificationRequestInfo.getSubject() |
Constructor and Description |
---|
CertificationRequestInfo(X500Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes)
Basic constructor.
|
IssuerAndSerialNumber(X500Name name,
BigInteger certSerialNumber) |
Modifier and Type | Method and Description |
---|---|
X500Name |
X500NameBuilder.build()
Build an X.500 name for the current builder state.
|
static X500Name |
X500Name.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return a X500Name based on the passed in tagged object.
|
static X500Name |
X500Name.getInstance(Object obj) |
static X500Name |
X500Name.getInstance(X500NameStyle style,
Object obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
X500NameStyle.areEqual(X500Name name1,
X500Name name2)
Return true if the two names are equal.
|
int |
X500NameStyle.calculateHashCode(X500Name name)
Calculate a hashCode for the passed in name.
|
String |
X500NameStyle.toString(X500Name name)
Convert the passed in X500Name to a String.
|
Constructor and Description |
---|
X500Name(X500NameStyle style,
X500Name name)
Deprecated.
use the getInstance() method that takes a style.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractX500NameStyle.areEqual(X500Name name1,
X500Name name2) |
boolean |
BCStrictStyle.areEqual(X500Name name1,
X500Name name2) |
int |
AbstractX500NameStyle.calculateHashCode(X500Name name) |
String |
RFC4519Style.toString(X500Name name) |
String |
BCStyle.toString(X500Name name) |
Modifier and Type | Method and Description |
---|---|
X500Name |
CertificateList.getIssuer() |
X500Name |
TBSCertificate.getIssuer() |
X500Name |
TBSCertificateStructure.getIssuer() |
X500Name |
Certificate.getIssuer() |
X500Name |
X509CertificateStructure.getIssuer()
Deprecated.
|
X500Name |
TBSCertList.getIssuer() |
X500Name |
TBSCertificate.getSubject() |
X500Name |
TBSCertificateStructure.getSubject() |
X500Name |
Certificate.getSubject() |
X500Name |
X509CertificateStructure.getSubject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
V1TBSCertificateGenerator.setIssuer(X500Name issuer) |
void |
V3TBSCertificateGenerator.setIssuer(X500Name issuer) |
void |
V2TBSCertListGenerator.setIssuer(X500Name issuer) |
void |
V1TBSCertificateGenerator.setSubject(X500Name subject) |
void |
V3TBSCertificateGenerator.setSubject(X500Name subject) |
Constructor and Description |
---|
GeneralName(X500Name dirName) |
IssuerSerial(X500Name issuer,
BigInteger serial) |
Constructor and Description |
---|
X509Principal(X500Name name)
Deprecated.
Constructor from an X509Name object.
|
Constructor and Description |
---|
X509CRLEntryObject(TBSCertList.CRLEntry c,
boolean isIndirect,
X500Name previousCertificateIssuer)
Constructor for CRLEntries of indirect CRLs.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.