aboutsummaryrefslogtreecommitdiff
path: root/java_src
AgeCommit message (Expand)Author
2023-07-05Update the build target in the old repo.tholenst
2023-07-05Deprecate KeyTemplate#getValue().tholenst
2023-07-05Check that X25519 only accepts compressed elliptic curve points.ioannanedelcu
2023-07-05Remove the remaining usages outside the package of KeyTemplate.getValue().tholenst
2023-07-05Add EciesParameters class in Java.ioannanedelcu
2023-07-05If available, use Conscrypt generate randomness.juerg
2023-07-04Avoid KeyTemplate#getValue in the Jwt tests.tholenst
2023-07-04Split off a static function "write" which writes a keyset into the shared pre...tholenst
2023-07-04Remove the method "shouldUseKeystore" and use "masterAead != null" instead.tholenst
2023-07-03Move the PrfBasedKeyDerivationKeyProtoSerialization to Internal.tholenst
2023-07-03Add serialization and parsing for PrfBasedKeyDerivationKey objects.tholenst
2023-07-03Use testKeyTemplateCompatible where appropriate in the JwtRsaSsaPkcs1SignKeyM...tholenst
2023-07-03Avoid KeyTemplate.java methods in some tests.tholenst
2023-06-30Refactor proto serialization to use the EnumTypeProto converter.ioannanedelcu
2023-06-30Deprecate methods returning KeyHandle objects.tholenst
2023-06-29Add a parser and serializer for PrfBasedKeyDerivationParameters.tholenst
2023-06-29Deprecate the SharedPrefKeysetWriter.tholenst
2023-06-29Add support for full Mac primitive creation to AesCmacKeyManager. Remove now-...lizatretyakova
2023-06-29Rename KeyDeriverContainer to KeyDataDeriver.juerg
2023-06-28Don't parse RSA keys when using TSAN.juerg
2023-06-28Introduce a way to create a PrfMac using the new HmacKey.lizatretyakova
2023-06-28Avoid calls to soon-to-be-deprecated functions in KeyTemplate and use KeyTemp...tholenst
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-28Simplify KeyManagerRegistry.getKeyManager.juerg
2023-06-28Migrate parseBinaryProtoKeyset to use TinkProtoKeysetFormat instead of Cleart...tholenst
2023-06-27Make a test utility class final.lizatretyakova
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-27Deprecate Registry.getPrimitive(typeUrl, key, primitiveClass).juerg
2023-06-26Use testKeyTemplateCompatible instead of manual tests in some key managers wh...tholenst
2023-06-26Deprecate Registry.newKey.juerg
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-26Migrate to getPrimitive(typeUrl, serializedKey, primitiveClass).juerg
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-22Deprecate SignatureKeyTemplates.createEcdsaKeyTemplate, createRsaSsaPssKeyTem...tholenst
2023-06-22Fix lint warning.juerg
2023-06-22Replace all usages of Registry.NewKey with Registry.NewKeyData.juerg
2023-06-22Register RSA SSA PSS key serialization.ioannanedelcu
2023-06-22Add test with envelope key template as dek template.juerg
2023-06-21Add class dependency on the hash function.ioannanedelcu
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