Uses of Interface
com.academy.stratum.crypto.api.encryption.algorithms.mac.MessageAuthenticationCodeAlgorithm
-
Packages that use MessageAuthenticationCodeAlgorithm Package Description com.academy.stratum.crypto.api.encryption.algorithms.mac.hmac com.academy.stratum.crypto.api.secured.data -
-
Uses of MessageAuthenticationCodeAlgorithm in com.academy.stratum.crypto.api.encryption.algorithms.mac.hmac
Classes in com.academy.stratum.crypto.api.encryption.algorithms.mac.hmac that implement MessageAuthenticationCodeAlgorithm Modifier and Type Class Description class
HMAC
Hash-based message authentication code implementation -
Uses of MessageAuthenticationCodeAlgorithm in com.academy.stratum.crypto.api.secured.data
Methods in com.academy.stratum.crypto.api.secured.data with parameters of type MessageAuthenticationCodeAlgorithm Modifier and Type Method Description void
SecuredData. encrypt(java.security.PublicKey aeaPublicKey, java.security.PrivateKey dsaPrivateKey, byte[] macSecretKey, SymmetricEncryptionAlgorithm SEA, AsymmetricEncryptionAlgorithm AEA, DigitalSignatureAlgorithm DSA, MessageAuthenticationCodeAlgorithm MAC)
Encrypt object
-