public class SHA256withECDSA extends SHA256WithRSA implements IAsymmetricEncryptor
AbstractAsymmetricEncryptor.AlgorithmCHARSET| 构造器和说明 |
|---|
SHA256withECDSA() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.String |
getAsymmetricType() |
protected javax.crypto.Cipher |
getPriCipher(java.security.PrivateKey priKey2) |
protected javax.crypto.Cipher |
getPubCipher(java.security.PublicKey pubKey2) |
protected java.lang.String |
getSignType() |
getMaxDecryptBlockSize, getMaxEncryptBlockSizebase64Decode, base64Encode, decrypt, decryptIt, encrypt, encryptIt, getPKCS8PrivateKey, getPrivateKeyFromPKCS8, getPublicKeyFromX509, getX509PublicKey, sign, signIt, verify, verifyItprotected java.lang.String getSignType()
getSignType 在类中 SHA256WithRSAprotected java.lang.String getAsymmetricType()
getAsymmetricType 在类中 SHA1WithRSAprotected javax.crypto.Cipher getPubCipher(java.security.PublicKey pubKey2)
throws java.lang.Exception
getPubCipher 在类中 AbstractAsymmetricEncryptorjava.lang.Exceptionprotected javax.crypto.Cipher getPriCipher(java.security.PrivateKey priKey2)
throws java.lang.Exception
getPriCipher 在类中 AbstractAsymmetricEncryptorjava.lang.Exception