Package tigase.cert
Class OldSelfSignedCertificateGenerator
- java.lang.Object
-
- tigase.cert.OldSelfSignedCertificateGenerator
-
- All Implemented Interfaces:
CertificateGenerator
public class OldSelfSignedCertificateGenerator extends Object implements CertificateGenerator
-
-
Constructor Summary
Constructors Constructor Description OldSelfSignedCertificateGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificategenerateSelfSignedCertificate(String email, String domain, String organizationUnit, String organization, String city, String state, String country, KeyPair keyPair)
-
-
-
Method Detail
-
generateSelfSignedCertificate
public X509Certificate generateSelfSignedCertificate(String email, String domain, String organizationUnit, String organization, String city, String state, String country, KeyPair keyPair) throws CertificateException, IOException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException
- Specified by:
generateSelfSignedCertificatein interfaceCertificateGenerator- Throws:
CertificateExceptionIOExceptionNoSuchAlgorithmExceptionInvalidKeyExceptionNoSuchProviderExceptionSignatureException
-
-