public interface SignerInfo
Modifier and Type | Method and Description |
---|---|
String |
getIssuerCountryCode()
Returns the signer certificate issuer country code
|
String |
getPublicAuhtorityID()
Gets the public authority ID, if the certificate contained in this
object is from a public authority.
|
String |
getQCSource()
Returns the source of the QC check (TSL or Certificate) *
|
X509Certificate |
getSignerCertificate()
Gets the signer certificate.
|
String |
getSSCDSource()
Returns the source of the SSCD check (TSL or Certificate) *
|
boolean |
isPublicAuthority()
Checks, whether the certificate contained in this object is a
public authority certificate.
|
boolean |
isQualifiedCertificate()
Checks, whether the certificate contained in this object is qualified.
|
boolean |
isSSCD()
Checks, whether the signature is based on a SSCD.
|
X509Certificate getSignerCertificate()
boolean isQualifiedCertificate()
true
, if the certificate is qualified, otherwise
false
.boolean isSSCD()
true
, if the signature is based on a SSCD, otherwise
false
.String getSSCDSource()
String getQCSource()
String getIssuerCountryCode()
boolean isPublicAuthority()
true
, if the certificate is a public authority
certificate, otherwise false
.String getPublicAuhtorityID()
Copyright © 2016. All rights reserved.