public class QualifiedCertificateSelector extends java.lang.Object implements CertificateSelector
Constructor and Description |
---|
QualifiedCertificateSelector()
Initializes a new instance of the QualifiedCertificateSelector class.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isQualified(byte[] dataCert)
Determines whether the given certificate is qualified respect to the U.E. regulations
|
Certificate |
select(Session session)
Select a certificate from the list of available ones
|
public QualifiedCertificateSelector()
public Certificate select(Session session) throws DigitalSignatureException
CertificateSelector
select
in interface CertificateSelector
session
- the sessionDigitalSignatureException
public static boolean isQualified(byte[] dataCert)
dataCert
- the certificate to test