Package be.business.connector.core.utils
Class CertificateParser
- java.lang.Object
-
- be.business.connector.core.utils.CertificateParser
-
public class CertificateParser extends Object
The Class CertificateParser.
-
-
Constructor Summary
Constructors Constructor Description CertificateParser(String subject)Instantiates a new certificate parser.CertificateParser(X509Certificate cert)Instantiates a new certificate parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplication()Gets the application.StringgetType()Gets the type.StringgetValue()Gets the value.
-
-
-
Constructor Detail
-
CertificateParser
public CertificateParser(X509Certificate cert) throws IntegrationModuleException
Instantiates a new certificate parser.- Parameters:
cert- the cert- Throws:
IntegrationModuleException- the exception
-
CertificateParser
public CertificateParser(String subject) throws IntegrationModuleException
Instantiates a new certificate parser.- Parameters:
subject- the subject- Throws:
IntegrationModuleException- the exception
-
-