Mock Certificate Store
class MockCertificateStore(savingException: Throwable? = null, retrievalException: Throwable? = null, deleteException: Throwable? = null) : CertificateStore
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setCertificate(subjectId: String, leafCertificateExpiryDate: ZonedDateTime, certificationPathData: ByteArray, issuerId: String)
Set a certificate, bypassing all the usual validation.