|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.utils.CertificateParser
public class CertificateParser
The Class CertificateParser.
Constructor Summary | |
---|---|
CertificateParser(String subject)
Instantiates a new certificate parser. |
|
CertificateParser(X509Certificate cert)
Instantiates a new certificate parser. |
Method Summary | |
---|---|
String |
getApplication()
Gets the application. |
String |
getId()
|
IdentifierType |
getIdentifier()
|
String |
getType()
|
String |
getValue()
Deprecated. replaces by getId() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateParser(X509Certificate cert) throws TechnicalConnectorException
cert
- the cert
InvalidNameException
TechnicalConnectorException
public CertificateParser(String subject) throws TechnicalConnectorException
subject
- the subject
InvalidNameException
TechnicalConnectorException
Method Detail |
---|
public final String getType()
@Deprecated public final String getValue()
getId()
public final String getApplication()
public final IdentifierType getIdentifier()
public final String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |