How do I sign the signature string of PCKS1 when I already know it?
this is Base64.getEncoder().encodeToString(byte[]) created,How use it to ?
Sw0WzJmleKGFcv9Dpe/z/4NMfndjJbhVYU3niDxzL0UK4ACtYKNA35stPUQ2R8jnLDh+Dn6Yg4N…...certificate and private key String alias = keyStore.aliases().nextElement();...cert = keyStore.getCertificate(alias); PrivateKey privateKey = (PrivateKey)...