static String |
Ciphers.createAlgorithmTransformation(String algorithm,
String mode,
String padding) |
static String |
Ciphers.createAlgorithmTransformation(String algorithm,
String mode,
String padding) |
static String |
Ciphers.createAlgorithmTransformation(String algorithm,
String mode,
String padding) |
static KeyPair |
PKIs.createKeyPair(String algorithm,
String provider,
AlgorithmParameterSpec parameterSpec,
SecureRandom secureRandom) |
static KeyPair |
PKIs.createKeyPair(String algorithm,
String provider,
byte[] base64PrivateKey,
byte[] base64PublicKey) |
static KeyPair |
PKIs.createKeyPair(String algorithm,
String provider,
int keyLength,
SecureRandom secureRandom) |
static KeyPair |
PKIs.createKeyPair(String algorithm,
String provider,
KeySpec privateKeySpec,
KeySpec publicKeySpec) |
static KeyPair |
PKIs.createKeyPair(String algorithm,
String provider,
String base64PrivateKey,
String base64PublicKey) |
static PrivateKey |
PKIs.createPrivateKey(String algorithm,
String provider,
byte[] base64PrivateKey) |
static PrivateKey |
PKIs.createPrivateKey(String algorithm,
String provider,
byte[] base64PrivateKey) |
static PrivateKey |
PKIs.createPrivateKey(String algorithm,
String provider,
KeySpec keySpec) |
static PrivateKey |
PKIs.createPrivateKey(String algorithm,
String provider,
String base64PrivateKey) |
static PrivateKey |
PKIs.createPrivateKey(String algorithm,
String provider,
String base64PrivateKey) |
static PublicKey |
PKIs.createPublicKey(String algorithm,
String provider,
byte[] base64PublicKey) |
static PublicKey |
PKIs.createPublicKey(String algorithm,
String provider,
byte[] base64PublicKey) |
static PublicKey |
PKIs.createPublicKey(String algorithm,
String provider,
KeySpec keySpec) |
static PublicKey |
PKIs.createPublicKey(String algorithm,
String provider,
String base64PublicKey) |
static PublicKey |
PKIs.createPublicKey(String algorithm,
String provider,
String base64PublicKey) |
static SecretKey |
PKIs.createSecretKey(String algorithm,
byte[] password) |
static SecretKey |
PKIs.createSecretKey(String algorithm,
String provider,
AlgorithmParameterSpec parameterSpec,
SecureRandom secureRandom) |
static SecretKey |
PKIs.createSecretKey(String algorithm,
String provider,
Integer keyLength,
SecureRandom secureRandom) |
static SecretKey |
PKIs.createSecretKey(String algorithm,
String provider,
KeySpec keySpec) |
static KeyFactory |
PKIs.getKeyFactory(String algorithm,
String provider) |
static KeyPairGenerator |
PKIs.getKeyPairGenerator(String algorithm,
String provider) |
static SecretKeyFactory |
PKIs.getSecretKeyFactory(String algorithm,
String provider) |
static KeyGenerator |
PKIs.getSecretKeyGenerator(String algorithm,
String provider) |