public class CertificateWorker extends Object
Modifier and Type | Method and Description |
---|---|
static CertificateWorker |
createCertificateWorker(InputStream certInputStream,
String description) |
static CertificateWorker |
createCertificateWorker(String certPath,
String description) |
boolean |
verify(String decodedString,
String encodedSignature) |
public static CertificateWorker createCertificateWorker(String certPath, String description)
public static CertificateWorker createCertificateWorker(InputStream certInputStream, String description)
public boolean verify(String decodedString, String encodedSignature) throws GeneralSecurityException
GeneralSecurityException
Copyright © 2018. All rights reserved.