Modifier and Type | Method and Description |
---|---|
static Wrapper |
Crypto.getUnwrapper(WrapAlg aWrapAlg) |
static Wrapper |
Crypto.getWrapper(WrapAlg aWrapAlg) |
Modifier and Type | Field and Description |
---|---|
static WrapAlg |
WrapAlg.AES128 |
static WrapAlg |
WrapAlg.AES128_CBC |
static WrapAlg |
WrapAlg.AES192 |
static WrapAlg |
WrapAlg.AES192_CBC |
static WrapAlg |
WrapAlg.AES256 |
static WrapAlg |
WrapAlg.AES256_CBC |
static WrapAlg |
WrapAlg.RSA_ECB_OAEP |
static WrapAlg |
WrapAlg.RSA_ECB_PKCS1 |
static WrapAlg |
WrapAlg.RSA_OAEP |
static WrapAlg |
WrapAlg.RSA_PKCS1 |
Modifier and Type | Method and Description |
---|---|
static WrapAlg |
WrapAlg.fromOID(int[] aOid) |
Modifier and Type | Method and Description |
---|---|
Wrapper |
CryptoProvider.getUnwrapper(WrapAlg aWrapAlg) |
Wrapper |
CryptoProvider.getWrapper(WrapAlg aWrapAlg) |
Modifier and Type | Method and Description |
---|---|
static WrapAlg |
KeyUtil.getConvenientWrapAlg(CipherAlg aCipherAlg) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CipherUtil.wrap(WrapAlg wrapperAlg,
AlgorithmParams aParams,
javax.crypto.SecretKey aData,
java.security.PublicKey aSifPubKey) |
Copyright © 2025. All rights reserved.