aboutsummaryrefslogtreecommitdiff
path: root/java_src/src/test/java/com/google
AgeCommit message (Expand)Author
2023-08-11Avoid CleartextKeysetHandle and JsonKeysetReaders in JwkSetConverterTest.tholenst
2023-08-11Switch MacWrapper to using full primitives, among other things reworking the ...lizatretyakova
2023-08-11Register JwtRsaSsaPss proto serialization.ioannanedelcu
2023-08-10Ensure that input HPKE proto keys have correct length prior to parsing.wconner
2023-08-10Undoing the MacWrapper change.lizatretyakova
2023-08-10Add createSenderAuthContext and createRecipientAuthContext to HpkeContext.Tink Team
2023-08-09Add parsers and serializers for JwtRsaSsa key and parameters objects.ioannanedelcu
2023-08-09Add JwtRsaSsaPss Private Key in Java.ioannanedelcu
2023-08-09Switch MacWrapper to using full primitives. That includes reworking the inter...lizatretyakova
2023-08-09Add JwtRsaSsaPss Public Key in Java.ioannanedelcu
2023-08-08Add authEncapsulate and authDecapsulate to HpkeKem, NistCurvesHpkeKem and X25...Tink Team
2023-08-08Add RsaSsaPssParameters class in Java.ioannanedelcu
2023-08-07Switch MacWrapper to using full primitives. That includes reworking the inter...lizatretyakova
2023-08-07Fix the return type of LegacyFullMac.create().lizatretyakova
2023-08-07Add support for full PRF primitive creation to HmacPrfKeyManager.lizatretyakova
2023-08-07Add support for full PRF primitive creation to AesCmacPrfKeyManager.lizatretyakova
2023-08-07Add serialization for Ecies Private Keys.ioannanedelcu
2023-08-04Add EciesPrivateKey class in Javaioannanedelcu
2023-08-03Add builder for HpkeTestSetup Java class.Tink Team
2023-08-02Pass HPKE mode in HPKE createContext.Tink Team
2023-07-28Switch MacWrapper to using full primitives. That includes reworking the inter...lizatretyakova
2023-07-27Ensure that generated HPKE private keys are encoded to the correct length.wconner
2023-07-27Introduce end-to-end testing of LegacyFullMac, and fix problems uncovered by ...lizatretyakova
2023-07-26Make use of the new utility function for proto conversions.lizatretyakova
2023-07-26Ensure that legacy proto hybrid keys are parsed to crunchy keys.wconner
2023-07-26Register JwtRsaSsaPkcs1 proto serialization.ioannanedelcu
2023-07-25Add parsers and serializers for JwtRsaSsaPkcs1 parameters, public key and pri...ioannanedelcu
2023-07-24Add a create function to KmsEnvelopeAead.juerg
2023-07-24Remove redundant secret key access when serializing/parsing public keys.ioannanedelcu
2023-07-21Add serialization for Ecies Public Keys.tholenst
2023-07-21Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", tak...tholenst
2023-07-21When parsing Ecies parameters with Curve25519, only accept compressed points.tholenst
2023-07-21Add JwtRsaSsaPkcs1PrivateKey class in Java.ioannanedelcu
2023-07-21Replace some calls to "KeyTemplate.create" with "KeyTemplate.createFrom", tak...tholenst
2023-07-20Add a test with two envelope AEAD keys in a keyset.juerg
2023-07-20Change EciesPublicKey constructor and point accessor into two cases: one for ...tholenst
2023-07-20Add JwtRsaSsaPkcs1PublicKey class in Java.ioannanedelcu
2023-07-20In KeyTemplate, either store a proto or a parameters, and convert them on dem...tholenst
2023-07-20Remove remaining usages of Registry.getKeyManager and Registry.getUntypedKeyM...juerg
2023-07-19Add JwtRsaSsaPkcs1Parameters class in Java.ioannanedelcu
2023-07-19Rename EcPointFormat accessors in EciesParameters and change behavior: if the...tholenst
2023-07-19Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in ...juerg
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-14Avoid usages of "KeyTemplate.getOutputPrefix". We want to deprecate it in the...tholenst
2023-07-12Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in ...juerg
2023-07-12Create EciesPublicKey class in Java.ioannanedelcu
2023-07-12Delete KeyDerivationkeyTemplates.tholenst
2023-07-11Signature: Replace the validation tests with tests checking if the key genera...tholenst
2023-07-10Prfs & StreamingAeads: Replace the validation tests with tests checking if th...tholenst