aboutsummaryrefslogtreecommitdiff
path: root/java_src/BUILD.bazel
AgeCommit message (Expand)Author
2023-08-08Add RsaSsaPssParameters class in Java.ioannanedelcu
2023-08-04Add EciesPrivateKey class in Javaioannanedelcu
2023-07-25Add parsers and serializers for JwtRsaSsaPkcs1 parameters, public key and pri...ioannanedelcu
2023-07-21Add JwtRsaSsaPkcs1PrivateKey class in Java.ioannanedelcu
2023-07-20Add JwtRsaSsaPkcs1PublicKey class in Java.ioannanedelcu
2023-07-19Add JwtRsaSsaPkcs1Parameters class in Java.ioannanedelcu
2023-07-19Add a way to create Macs from LegacyProtoKeys.lizatretyakova
2023-07-18Move HmacProtoSerialization into internal/. This needs to be accessible from ...lizatretyakova
2023-07-12Create EciesPublicKey class in Java.ioannanedelcu
2023-07-12Delete KeyDerivationkeyTemplates.tholenst
2023-07-07Add Parser and Serializer for EciesParameters.ioannanedelcu
2023-07-05Update the build target in the old repo.tholenst
2023-07-05Add EciesParameters class in Java.ioannanedelcu
2023-07-03Move the PrfBasedKeyDerivationKeyProtoSerialization to Internal.tholenst
2023-06-29Add a parser and serializer for PrfBasedKeyDerivationParameters.tholenst
2023-06-27Add PrfBasedKeyDerivationKey.tholenst
2023-06-23Add PredefinedSignatureParameters.tholenst
2023-06-23Add PrfBasedKeyDerivationParameters.javatholenst
2023-06-21Add parsers and serializers for RSA SSA PSS key and parameters objects.ioannanedelcu
2023-06-21Add abstract classes for KeyDerivation.tholenst
2023-06-19Add RsaSsaPssPrivateKey class in Java.ioannanedelcu
2023-06-16Add RsaSsaPssPublicKey class.ioannanedelcu
2023-06-14Add RsaSsaPssParameters in Java.ioannanedelcu
2023-05-23Introduce RegistryConfiguration, a stepping stone towards migrating current u...lizatretyakova
2023-05-22Introduce the InternalConfiguration and InternalConfigurationImpl into Tink. ...lizatretyakova
2023-05-22Add proto serialization for HPKE parameters.wconner
2023-05-12Add generic class for converting to and from proto enums.wconner
2023-05-10Move PrfBasedDeriverKeyManager Java to internal/.cinlin
2023-05-10Introducing the Configuration interface into Tink Java. This is the first of ...lizatretyakova
2023-05-04Open-source Key Derivation Java. #tinkApiChangecinlin
2023-05-03Add HPKE private key class to Java library.wconner
2023-05-03Add JwtEcdsaProtoSerialization, containing only the Parameters serialization ...tholenst
2023-05-02Add JwtEcdsaPrivateKeytholenst
2023-04-28Add HPKE public key class to Java library.wconner
2023-04-27Add JwtEcdsaPublicKey.tholenst
2023-04-26Add JwtEcdsaParameters.tholenst
2023-04-25Add JwtSignatureParameters and Keys.tholenst
2023-04-20Add HPKE parameters class to Java library.wconner
2023-04-20Add PredefinedPrfParameters.tholenst
2023-04-20Add PredefinedStreamingAeadParameters.tholenst
2023-04-19Add PredefinedDeterministicAeadParameters.tholenst
2023-04-18Add serialization for RSA SSA PKCS1 keys in Java.juerg
2023-04-18Add JwtHmacProtoSerialization.tholenst
2023-04-18Add PredefinedAeadParameters.tholenst
2023-04-14Remove "KeysDownloader" from Android Tink.tholenst
2023-04-14Add "PredefinedMacParameters".tholenst
2023-04-12Add RSA SSA PKCS1 Keys in Java.juerg
2023-04-11Add JwtHmacMacKey.tholenst
2023-04-11Add JwtHmacParameters.tholenst
2023-04-07Add interfaces for hybrid parameters and key types.wconner