Uses of Class
org.bouncycastle.asn1.x509.GeneralNames
Packages that use GeneralNames
Package
Description
-
Uses of GeneralNames in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return GeneralNamesConstructors in org.bouncycastle.asn1.bc with parameters of type GeneralNamesModifierConstructorDescriptionLinkedCertificate(DigestInfo digest, GeneralName certLocation, X500Name certIssuer, GeneralNames cACerts) -
Uses of GeneralNames in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralNamesModifier and TypeMethodDescriptionGeneralNamesBuilder.build()static GeneralNamesGeneralNames.fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID) AuthorityKeyIdentifier.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.Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralNamesConstructors in org.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 precomputed 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) Deprecated.create the extension using org.bouncycastle.cert.X509ExtensionUtilsDistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer) Holder(GeneralNames entityName) Constructs a holder with an entityName for V2 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, BigInteger serial) IssuerSerial(GeneralNames issuer, ASN1Integer serial) RoleSyntax(GeneralNames roleAuthority, GeneralName roleName) Constructor.V2Form(GeneralNames issuerName) V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID) V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo) V2Form(GeneralNames issuerName, ObjectDigestInfo objectDigestInfo) -
Uses of GeneralNames in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return GeneralNamesModifier and TypeMethodDescriptionX509CRLEntryHolder.getCertificateIssuer()Return the available names for the certificate issuer for the certificate referred to by this CRL entry.Methods in org.bouncycastle.cert with parameters of type GeneralNamesModifier and TypeMethodDescriptionX509ExtensionUtils.createAuthorityKeyIdentifier(SubjectPublicKeyInfo publicKeyInfo, GeneralNames generalNames, BigInteger serial) Create an AuthorityKeyIdentifier from the passed in arguments. -
Uses of GeneralNames in org.bouncycastle.cert.jcajce
Methods in org.bouncycastle.cert.jcajce with parameters of type GeneralNamesModifier and TypeMethodDescriptionJcaX509ExtensionUtils.createAuthorityKeyIdentifier(PublicKey pubKey, GeneralNames generalNames, BigInteger serial) -
Uses of GeneralNames in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs that return GeneralNamesModifier and TypeMethodDescriptionDVCSRequestInfo.getDataLocations()Get data locations, where the copy of request Data can be obtained.DVCSRequestInfo.getDVCSNames()Get names of DVCS servers.DVCSRequestInfo.getRequester()Get names of requesting entity, if set.Methods in org.bouncycastle.dvcs with parameters of type GeneralNamesModifier and TypeMethodDescriptionvoidDVCSRequestBuilder.setDataLocations(GeneralNames dataLocations) Set data location to generated requests.voidDVCSRequestBuilder.setDVCS(GeneralNames dvcs) Set DVCS name to generated requests.