Uses of Class
org.gudy.bouncycastle.asn1.x509.GeneralNames
Packages that use GeneralNames
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of GeneralNames in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as GeneralNamesModifier and TypeFieldDescription(package private) GeneralNamesAuthorityKeyIdentifier.certissuer(package private) GeneralNamesDistributionPoint.cRLIssuer(package private) GeneralNamesHolder.entityName(package private) GeneralNamesIssuerSerial.issuer(package private) GeneralNamesV2Form.issuerName(package private) GeneralNamesIetfAttrSyntax.policyAuthorityprivate GeneralNamesRoleSyntax.roleAuthorityMethods in org.gudy.bouncycastle.asn1.x509 that return GeneralNamesModifier and TypeMethodDescriptionAuthorityKeyIdentifier.getAuthorityCertIssuer()DistributionPoint.getCRLIssuer()Holder.getEntityName()Returns the entityName for an v2 attribute certificate or the subjectName for an v1 attribute certificate.static GeneralNamesGeneralNames.getInstance(Object obj) static GeneralNamesGeneralNames.getInstance(ASN1TaggedObject obj, boolean explicit) IssuerSerial.getIssuer()V2Form.getIssuerName()IetfAttrSyntax.getPolicyAuthority()RoleSyntax.getRoleAuthority()Gets the role authority of this RoleSyntax.Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type GeneralNamesModifierConstructorDescriptionAttCertIssuer(GeneralNames names) Don't use this one if you are trying to be RFC 3281 compliant.AuthorityKeyIdentifier(byte[] keyIdentifier, GeneralNames name, BigInteger serialNumber) create an AuthorityKeyIdentifier with a precomupted key identifier and the GeneralNames tag and the serial number provided as well.AuthorityKeyIdentifier(GeneralNames name, BigInteger serialNumber) create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided.AuthorityKeyIdentifier(SubjectPublicKeyInfo spki, GeneralNames name, BigInteger serialNumber) create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided as well.DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer) Holder(GeneralNames entityName) Constructs a holder with an entityName for v2 attribute certificates or with a subjectName for v1 attribute certificates.Holder(GeneralNames entityName, int version) Constructs a holder with an entityName for v2 attribute certificates or with a subjectName for v1 attribute certificates.IssuerSerial(GeneralNames issuer, DERInteger serial) RoleSyntax(GeneralNames roleAuthority, GeneralName roleName) Constructor.V2Form(GeneralNames issuerName) -
Uses of GeneralNames in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return GeneralNamesModifier and TypeMethodDescriptionprivate GeneralNamesAttributeCertificateHolder.generateGeneralNames(X509Principal principal) Methods in org.gudy.bouncycastle.x509 with parameters of type GeneralNamesModifier and TypeMethodDescriptionprivate Principal[]AttributeCertificateHolder.getPrincipals(GeneralNames names) private booleanAttributeCertificateHolder.matchesDN(X509Principal subject, GeneralNames targets) private booleanAttributeCertificateIssuer.matchesDN(X500Principal subject, GeneralNames targets)