Uses of Class
org.italiangrid.voms.asn1.VOMSACGenerator.ACGenerationProperties
-
Packages that use VOMSACGenerator.ACGenerationProperties Package Description org.italiangrid.voms.asn1 This package provides classes and utilities that deal with serialization and deserialization of VOMS attributes from ASN.1 streams. -
-
Uses of VOMSACGenerator.ACGenerationProperties in org.italiangrid.voms.asn1
Fields in org.italiangrid.voms.asn1 with type parameters of type VOMSACGenerator.ACGenerationProperties Modifier and Type Field Description static java.util.EnumSet<VOMSACGenerator.ACGenerationProperties>VOMSACGenerator. defaultGenerationPropertiesDefault generation properties (none enabled).Methods in org.italiangrid.voms.asn1 that return VOMSACGenerator.ACGenerationProperties Modifier and Type Method Description static VOMSACGenerator.ACGenerationPropertiesVOMSACGenerator.ACGenerationProperties. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VOMSACGenerator.ACGenerationProperties[]VOMSACGenerator.ACGenerationProperties. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.italiangrid.voms.asn1 with type arguments of type VOMSACGenerator.ACGenerationProperties Modifier and Type Method Description private org.bouncycastle.asn1.ASN1EncodableVOMSACGenerator. buildACCertsExtensionContent(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties)private org.bouncycastle.asn1.ASN1EncodableVOMSACGenerator. buildGAExtensionContent(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties, java.util.List<VOMSGenericAttribute> gas, org.bouncycastle.asn1.x509.GeneralName policyAuthorityInfo)private org.bouncycastle.asn1.ASN1EncodableVOMSACGenerator. buildTargetsExtensionContent(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties, java.util.List<java.lang.String> targets)org.bouncycastle.cert.X509AttributeCertificateHolderVOMSACGenerator. generateVOMSAttributeCertificate(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> generationProperties, java.util.List<java.lang.String> fqans, java.util.List<VOMSGenericAttribute> gas, java.util.List<java.lang.String> targets, java.security.cert.X509Certificate holderCert, java.math.BigInteger serialNumber, java.util.Date notBefore, java.util.Date notAfter, java.lang.String voName, java.lang.String host, int port)Generates a VOMS attribute certificate with the specified properties.private org.bouncycastle.operator.ContentSignerVOMSACGenerator. getSigner(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties)Retrieves the appropriate ContentSigner based on the provided properties.
-