Uses of Class
org.globus.gsi.X509ExtensionSet
Packages that use X509ExtensionSet
-
Uses of X509ExtensionSet in org.globus.gsi.bc
Methods in org.globus.gsi.bc with parameters of type X509ExtensionSetModifier and TypeMethodDescriptionBouncyCastleCertProcessingFactory.createCertificate
(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, int delegationMode, X509ExtensionSet extSet) Deprecated.BouncyCastleCertProcessingFactory.createCertificate
(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, int delegationMode, X509ExtensionSet extSet, String cnValue) Deprecated.BouncyCastleCertProcessingFactory.createCertificate
(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet) Creates a proxy certificate from the certificate request.BouncyCastleCertProcessingFactory.createCertificate
(InputStream certRequestInputStream, X509Certificate cert, PrivateKey privateKey, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet, String cnValue) Creates a proxy certificate from the certificate request.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet) Deprecated.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, int delegationMode, X509ExtensionSet extSet, String cnValue) Deprecated.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet) Creates a new proxy credential from the specified certificate chain and a private key.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet, String cnValue) Creates a new proxy credential from the specified certificate chain and a private key.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.DelegationType delegType, X509ExtensionSet extSet) Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode.BouncyCastleCertProcessingFactory.createCredential
(X509Certificate[] certs, PrivateKey privateKey, int bits, int lifetime, GSIConstants.DelegationType delegType, X509ExtensionSet extSet, String cnValue) Creates a new proxy credential from the specified certificate chain and a private key, using the given delegation mode.BouncyCastleCertProcessingFactory.createProxyCertificate
(X509Certificate issuerCert_, PrivateKey issuerKey, PublicKey publicKey, int lifetime, int proxyType, X509ExtensionSet extSet, String cnValue) Deprecated.BouncyCastleCertProcessingFactory.createProxyCertificate
(X509Certificate issuerCert_, PrivateKey issuerKey, PublicKey publicKey, int lifetime, GSIConstants.CertificateType certType, X509ExtensionSet extSet, String cnValue) Creates a proxy certificate.