Uses of Class
netscape.security.util.WrappingParams
-
Packages that use WrappingParams Package Description com.netscape.certsrv.dbs.keydb com.netscape.certsrv.security com.netscape.cmsutil.crypto netscape.security.util -
-
Uses of WrappingParams in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return WrappingParams Modifier and Type Method Description WrappingParams
IKeyRecord. getWrappingParams(WrappingParams oldParams)
Methods in com.netscape.certsrv.dbs.keydb with parameters of type WrappingParams Modifier and Type Method Description WrappingParams
IKeyRecord. getWrappingParams(WrappingParams oldParams)
void
IKeyRecord. setWrappingParams(WrappingParams params, boolean encrypted)
-
Uses of WrappingParams in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return WrappingParams Modifier and Type Method Description WrappingParams
IEncryptionUnit. getOldWrappingParams()
WrappingParams
IStorageKeyUnit. getWrappingParams(boolean encrypt)
Get the wrapping parameters for this storage unitMethods in com.netscape.certsrv.security with parameters of type WrappingParams Modifier and Type Method Description byte[]
IStorageKeyUnit. decryptInternalPrivate(byte[] wrappedPrivateData, WrappingParams params)
Decrypts the internal private key (private key from the KRA's internal storage).byte[]
IStorageKeyUnit. encryptInternalPrivate(byte[] rawPrivate, WrappingParams params)
Encrypts the internal private key (private key to the KRA's internal storage).org.mozilla.jss.crypto.PrivateKey
IStorageKeyUnit. unwrap(byte[] privateKey, java.security.PublicKey pubKey, boolean temporary, WrappingParams params)
Unwraps data.org.mozilla.jss.crypto.SymmetricKey
IStorageKeyUnit. unwrap(byte[] wrappedKeyData, org.mozilla.jss.crypto.SymmetricKey.Type algorithm, int keySize, WrappingParams params)
Unwraps symmetric key data.org.mozilla.jss.crypto.SymmetricKey
IEncryptionUnit. unwrap_session_key(org.mozilla.jss.crypto.CryptoToken token, byte[] encSymmKey, org.mozilla.jss.crypto.SymmetricKey.Usage usage, WrappingParams params)
Unwraps symmetric key .org.mozilla.jss.crypto.SymmetricKey
ITransportKeyUnit. unwrap_sym(byte[] encSymmKey, WrappingParams params)
Unwraps symmetric key .byte[]
IStorageKeyUnit. wrap(org.mozilla.jss.crypto.PrivateKey priKey, WrappingParams params)
Wraps data.byte[]
IStorageKeyUnit. wrap(org.mozilla.jss.crypto.SymmetricKey symKey, WrappingParams params)
Wraps data. -
Uses of WrappingParams in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto with parameters of type WrappingParams Modifier and Type Method Description static byte[]
CryptoUtil. createEncodedPKIArchiveOptions(org.mozilla.jss.crypto.CryptoToken token, java.security.PublicKey wrappingKey, char[] data, WrappingParams params, org.mozilla.jss.pkix.primitive.AlgorithmIdentifier aid)
static byte[]
CryptoUtil. createEncodedPKIArchiveOptions(org.mozilla.jss.crypto.CryptoToken token, java.security.PublicKey wrappingKey, org.mozilla.jss.crypto.PrivateKey data, WrappingParams params, org.mozilla.jss.pkix.primitive.AlgorithmIdentifier aid)
static byte[]
CryptoUtil. createEncodedPKIArchiveOptions(org.mozilla.jss.crypto.CryptoToken token, java.security.PublicKey wrappingKey, org.mozilla.jss.crypto.SymmetricKey data, WrappingParams params, org.mozilla.jss.pkix.primitive.AlgorithmIdentifier aid)
static org.mozilla.jss.pkix.crmf.PKIArchiveOptions
CryptoUtil. createPKIArchiveOptions(org.mozilla.jss.crypto.CryptoToken token, java.security.PublicKey wrappingKey, char[] data, WrappingParams params, org.mozilla.jss.pkix.primitive.AlgorithmIdentifier aid)
static org.mozilla.jss.pkix.crmf.PKIArchiveOptions
CryptoUtil. createPKIArchiveOptions(org.mozilla.jss.crypto.CryptoToken token, java.security.PublicKey wrappingKey, org.mozilla.jss.crypto.PrivateKey data, WrappingParams params, org.mozilla.jss.pkix.primitive.AlgorithmIdentifier aid)
-
Uses of WrappingParams in netscape.security.util
Methods in netscape.security.util that return WrappingParams Modifier and Type Method Description static WrappingParams
WrappingParams. getWrappingParamsFromArchiveOptions(java.lang.String wrapOID, java.lang.String priKeyAlgo, org.mozilla.jss.crypto.IVParameterSpec wrapIV)
-