Uses of Interface
com.academy.stratum.crypto.api.encryption.algorithms.asymmetric.AsymmetricEncryptionAlgorithm
-
Packages that use AsymmetricEncryptionAlgorithm Package Description com.academy.stratum.crypto.api.encryption.algorithms.asymmetric.rsa com.academy.stratum.crypto.api.secured.data -
-
Uses of AsymmetricEncryptionAlgorithm in com.academy.stratum.crypto.api.encryption.algorithms.asymmetric.rsa
Classes in com.academy.stratum.crypto.api.encryption.algorithms.asymmetric.rsa that implement AsymmetricEncryptionAlgorithm Modifier and Type Class Description class
RSA
RSA algorithm implementation -
Uses of AsymmetricEncryptionAlgorithm in com.academy.stratum.crypto.api.secured.data
Methods in com.academy.stratum.crypto.api.secured.data with parameters of type AsymmetricEncryptionAlgorithm 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
-