Uses of Class
org.bouncycastle.asn1.x509.X509Name
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.pkcs | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.jce | |
| org.bouncycastle.x509 |
-
Uses of X509Name in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type X509Name Constructor Description IssuerAndSerialNumber(X509Name name, BigInteger serialNumber)Deprecated.use X500Name constructorIssuerAndSerialNumber(X509Name name, ASN1Integer serialNumber)Deprecated.use X500Name constructor -
Uses of X509Name in org.bouncycastle.asn1.pkcs
Constructors in org.bouncycastle.asn1.pkcs with parameters of type X509Name Constructor Description CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)Deprecated.use X500Name method.IssuerAndSerialNumber(X509Name name, BigInteger certSerialNumber)IssuerAndSerialNumber(X509Name name, ASN1Integer certSerialNumber) -
Uses of X509Name in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X509Name Modifier and Type Method Description static X509NameX509Name. getInstance(Object obj)Deprecated.static X509NameX509Name. getInstance(ASN1TaggedObject obj, boolean explicit)Deprecated.Return a X509Name based on the passed in tagged object.Methods in org.bouncycastle.asn1.x509 with parameters of type X509Name Modifier and Type Method Description voidV1TBSCertificateGenerator. setIssuer(X509Name issuer)Deprecated.use X500Name methodvoidV3TBSCertificateGenerator. setIssuer(X509Name issuer)Deprecated.use X500Name methodvoidV1TBSCertificateGenerator. setSubject(X509Name subject)Deprecated.use X500Name methodvoidV3TBSCertificateGenerator. setSubject(X509Name subject)Deprecated.use X500Name methodConstructors in org.bouncycastle.asn1.x509 with parameters of type X509Name Constructor Description GeneralName(X509Name dirName)Deprecated.use X500Name constructor. -
Uses of X509Name in org.bouncycastle.jce
Subclasses of X509Name in org.bouncycastle.jce Modifier and Type Class Description classX509Principala general extension of X509Name with a couple of extra methods and constructors.Constructors in org.bouncycastle.jce with parameters of type X509Name Constructor 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)Constructor from an X509Name object. -
Uses of X509Name in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type X509Name Modifier and Type Method Description voidX509V1CertificateGenerator. setIssuerDN(X509Name issuer)Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V3CertificateGenerator. setIssuerDN(X509Name issuer)Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V1CertificateGenerator. setSubjectDN(X509Name subject)Deprecated.Set the subject distinguished name.voidX509V3CertificateGenerator. setSubjectDN(X509Name subject)Deprecated.Set the subject distinguished name.