Uses of Class
org.bouncycastle.asn1.x509.GeneralNames
-
Packages that use GeneralNames Package Description org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of GeneralNames in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return GeneralNames Modifier and Type Method Description GeneralNamesDVCSRequestInformation. getDataLocations()GeneralNamesDVCSRequestInformation. getDVCS()GeneralNamesDVCSRequestInformation. getRequester()Methods in org.bouncycastle.asn1.dvcs with parameters of type GeneralNames Modifier and Type Method Description voidDVCSRequestInformationBuilder. setDataLocations(GeneralNames dataLocations)voidDVCSRequestInformationBuilder. setDVCS(GeneralNames dvcs)voidDVCSRequestInformationBuilder. setRequester(GeneralNames requester) -
Uses of GeneralNames in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralNames Modifier and Type Method Description GeneralNamesGeneralNamesBuilder. build()static GeneralNamesGeneralNames. fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)GeneralNamesAuthorityKeyIdentifier. getAuthorityCertIssuer()GeneralNamesDistributionPoint. getCRLIssuer()GeneralNamesHolder. getEntityName()Returns the entityName for an V2 attribute certificate or the subjectName for an V1 attribute certificate.static GeneralNamesGeneralNames. getInstance(java.lang.Object obj)static GeneralNamesGeneralNames. getInstance(ASN1TaggedObject obj, boolean explicit)GeneralNamesIssuerSerial. getIssuer()GeneralNamesV2Form. getIssuerName()GeneralNamesIetfAttrSyntax. getPolicyAuthority()GeneralNamesRoleSyntax. getRoleAuthority()Gets the role authority of this RoleSyntax.Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralNames Modifier and Type Method Description GeneralNamesBuilderGeneralNamesBuilder. addNames(GeneralNames names)Constructors in org.bouncycastle.asn1.x509 with parameters of type GeneralNames Constructor Description AttCertIssuer(GeneralNames names)Don't use this one if you are trying to be RFC 3281 compliant.AuthorityKeyIdentifier(byte[] keyIdentifier, GeneralNames name, java.math.BigInteger serialNumber)create an AuthorityKeyIdentifier with a precomputed key identifier and the GeneralNames tag and the serial number provided as well.AuthorityKeyIdentifier(GeneralNames name, java.math.BigInteger serialNumber)create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided.DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)DistributionPointName(GeneralNames name)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, java.math.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)
-