public class Asymmetric extends Object
| 构造器和说明 |
|---|
Asymmetric(String provider,
String algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
decrypt(byte[] data) |
Asymmetric |
decryptUpdate(byte[] data) |
byte[] |
encrypt(byte[] data) |
Asymmetric |
encryptUpdate(byte[] data) |
IDecryptor |
getDecryptor() |
IEncryptor |
getEncryptor() |
static Asymmetric |
of(AsymmetricAlgorithm algorithm) |
static Asymmetric |
of(AsymmetricAlgorithm algorithm,
KeyPair keyPair) |
static Asymmetric |
of(AsymmetricAlgorithm algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
static Asymmetric |
of(String algorithm) |
static Asymmetric |
of(String provider,
AsymmetricAlgorithm algorithm) |
static Asymmetric |
of(String provider,
AsymmetricAlgorithm algorithm,
KeyPair keyPair) |
static Asymmetric |
of(String provider,
AsymmetricAlgorithm algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
static Asymmetric |
of(String algorithm,
KeyPair keyPair) |
static Asymmetric |
of(String algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
static Asymmetric |
of(String provider,
String algorithm) |
static Asymmetric |
of(String provider,
String algorithm,
KeyPair keyPair) |
static Asymmetric |
of(String provider,
String algorithm,
PrivateKey privateKey,
PublicKey publicKey) |
public Asymmetric(String provider, String algorithm, PrivateKey privateKey, PublicKey publicKey)
public static Asymmetric of(String provider, String algorithm, PrivateKey privateKey, PublicKey publicKey)
public static Asymmetric of(String provider, String algorithm, KeyPair keyPair)
public static Asymmetric of(String provider, String algorithm)
public static Asymmetric of(String algorithm, PrivateKey privateKey, PublicKey publicKey)
public static Asymmetric of(String algorithm, KeyPair keyPair)
public static Asymmetric of(String algorithm)
public static Asymmetric of(String provider, AsymmetricAlgorithm algorithm, PrivateKey privateKey, PublicKey publicKey)
public static Asymmetric of(String provider, AsymmetricAlgorithm algorithm, KeyPair keyPair)
public static Asymmetric of(String provider, AsymmetricAlgorithm algorithm)
public static Asymmetric of(AsymmetricAlgorithm algorithm, PrivateKey privateKey, PublicKey publicKey)
public static Asymmetric of(AsymmetricAlgorithm algorithm, KeyPair keyPair)
public static Asymmetric of(AsymmetricAlgorithm algorithm)
public IDecryptor getDecryptor()
public IEncryptor getEncryptor()
public Asymmetric encryptUpdate(byte[] data)
public byte[] encrypt(byte[] data)
public Asymmetric decryptUpdate(byte[] data)
public byte[] decrypt(byte[] data)
Copyright © 2025 fossc. All rights reserved.