aboutsummaryrefslogtreecommitdiff
path: root/java_src/src/test/java/com/google/crypto/tink
AgeCommit message (Expand)Author
2023-06-28Add an internal method checkedToBytesFromPrintableAscii which can be called i...tholenst
2023-06-28Extract test utilities into a separate class to enable reusing them.lizatretyakova
2023-06-28Remove unused KeyManagerRegistry.parseKeyData.juerg
2023-06-28Migrate parseBinaryProtoKeyset to use TinkProtoKeysetFormat instead of Cleart...tholenst
2023-06-27Remove parseKeyData from PrivilegedRegistry.juerg
2023-06-27Check the versions of the inner keys when parsing a AesCtrHmacAead key.tholenst
2023-06-27Deprecate unused and unnecessary methods in the KeyManager interface.juerg
2023-06-27Add PrfBasedKeyDerivationKey.tholenst
2023-06-26Use testKeyTemplateCompatible instead of manual tests in some key managers wh...tholenst
2023-06-26Fix a bug in "equals":tholenst
2023-06-26Remove some usages of KeyTemplate.getValue() and others. We will remove this.tholenst
2023-06-26Test translations for Signature parameters.tholenst
2023-06-26Use Parameters object to test correctness of methods in the RsaSsaPssSignKeyM...tholenst
2023-06-23Add PredefinedSignatureParameters.tholenst
2023-06-23Add PrfBasedKeyDerivationParameters.javatholenst
2023-06-22Register RSA SSA PSS key serialization.ioannanedelcu
2023-06-22Add test with envelope key template as dek template.juerg
2023-06-21Add a way to construct a PrfHmacJce from an HmacPrfKey.lizatretyakova
2023-06-21Add parsers and serializers for RSA SSA PSS key and parameters objects.ioannanedelcu
2023-06-21Avoid more KeyTemplate in KeysetManagerTest.tholenst
2023-06-21Restrict KMS envelope AEAD to only use Tink AEAD key types as DEK.juerg
2023-06-19Avoid "KeyTemplate.getTypeUrl" in two tests.tholenst
2023-06-19Add a way to create PrfMac from AesCmacKey with necessary tests.lizatretyakova
2023-06-19Add RsaSsaPssPrivateKey class in Java.ioannanedelcu
2023-06-19Cleanups in KeysetManagerTest.tholenst
2023-06-19Remove redundant test caseioannanedelcu
2023-06-19Always first set up conscrypt, and then register.tholenst
2023-06-16Use Parameters object to test correctness of methods in Signature KeyManagers...tholenst
2023-06-16Add RsaSsaPssPublicKey class.ioannanedelcu
2023-06-15Migrate some tests in KeysetManagerTest to the normal public API instead of u...tholenst
2023-06-14Add RsaSsaPssParameters in Java.ioannanedelcu
2023-06-14Add tests to KmsEnvelopeAeadTest.juerg
2023-06-14Migrate some tests away from CleartextKeysetHandle and Readers.tholenst
2023-06-13Add a test that exports Tink RSA SSA PKCS1 keys to a Java RSA keys.juerg
2023-06-13Simplify some tests in KeysetHandleTest.tholenst
2023-06-13Add a way to construct a PrfAesCmac from an AesCmacPrfKey.lizatretyakova
2023-06-13Use Parameters object to test correctness of methods in JWT KeyManagers inste...tholenst
2023-06-13Add test for field size in bytes.juerg
2023-06-12Add test that shows how Java RSA keys can be used with Tink.juerg
2023-06-09Use Parameters object to test correctness of methods in StreamingAead KeyMana...tholenst
2023-06-09Use Parameters object to test correctness of methods in Mac KeyManagers inste...tholenst
2023-06-09Use Parameters object to test correctness of methods in Aead KeyManagers inst...tholenst
2023-06-09Use Parameters object to test correctness of methods in Prf and Daead KeyMana...tholenst
2023-06-07Register the JwtEcdsaSerialization.tholenst
2023-06-07Validate the KeysetHandle in JwkSetConverter.toPublicKeysetHandle.tholenst
2023-06-07Fail when parsing Parameters objects with non-zero version.tholenst
2023-06-06When constructing a KeysetHandle.Builder from another KeysetHandle, check if ...tholenst
2023-06-05Avoid using /** for comments which aren't actually JavadocTink Team
2023-06-05Make the length of the encoding of x and y in Ecdsa Keys fixed.tholenst
2023-06-02Make KeysetHandle.getPrimitive(...) use Configuration.lizatretyakova