uc3m.it.CKCertManager
Interface IJCCM
- All Known Implementing Classes:
- CertManagerCK
- public interface IJCCM
dataSign
public java.lang.String dataSign(byte[] data,
byte[] serial)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCertificateVectorList
public java.util.Vector getCertificateVectorList()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCertificateList
public java.lang.String getCertificateList()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCertificateBySerial
public java.lang.String getCertificateBySerial(byte[] serial)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkPrivateKeyOwnership
public boolean checkPrivateKeyOwnership(byte[] certId)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkPrivateKeyOwnership
public boolean checkPrivateKeyOwnership(byte[] certId,
byte[] pk)
throws java.lang.Exception
- Throws:
java.lang.Exception