Interface SigningCertificate
-
- All Superinterfaces:
SigningCertificateBase
- All Known Implementing Classes:
SigningCertificateImpl
public interface SigningCertificate extends SigningCertificateBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getIssuerName()
java.math.BigInteger
getX509SerialNumber()
-
Methods inherited from interface es.uji.crypto.xades.jxades.security.xml.XAdES.SigningCertificateBase
getDigestMethodAlgorithm, getDigestValue
-
-