Modifier and Type | Method and Description |
---|---|
java.security.PrivateKey |
KeyFactory.decodePrivateKey(AsymmetricAlg aAsymmetricAlg,
byte[] aBytes) |
java.security.PublicKey |
KeyFactory.decodePublicKey(AsymmetricAlg aAsymmetricAlg,
byte[] aBytes) |
static KeyPairGenerator |
Crypto.getKeyPairGenerator(AsymmetricAlg aAsymmetricAlg) |
Modifier and Type | Method and Description |
---|---|
static AsymmetricAlg |
AsymmetricAlg.fromName(java.lang.String algName) |
static AsymmetricAlg |
AsymmetricAlg.fromOID(int[] aOID) |
AsymmetricAlg |
SignatureAlg.getAsymmetricAlg() |
static AsymmetricAlg |
AsymmetricAlg.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsymmetricAlg[] |
AsymmetricAlg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SignatureAlg(int[] aOid,
java.lang.String aName,
AsymmetricAlg aAsymmetricAlg,
DigestAlg aDigestAlg,
byte[] aDefaultParams) |
Modifier and Type | Method and Description |
---|---|
KeyPairGenerator |
CryptoProvider.getKeyPairGenerator(AsymmetricAlg aAsymmetricAlg) |
Modifier and Type | Method and Description |
---|---|
static java.security.PrivateKey |
KeyUtil.decodePrivateKey(AsymmetricAlg aAsymmetricAlg,
byte[] aBytes) |
static java.security.PublicKey |
KeyUtil.decodePublicKey(AsymmetricAlg aAsymmetricAlg,
byte[] aBytes) |
static java.security.KeyPair |
KeyUtil.generateKeyPair(AsymmetricAlg aAsymmetricAlg,
int aLength) |
Copyright © 2025. All rights reserved.