aboutsummaryrefslogtreecommitdiff
path: root/java_src/src
AgeCommit message (Expand)Author
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-20Remove "Convenience method for...".juerg
2023-07-20Add JwtRsaSsaPkcs1PublicKey class in Java.ioannanedelcu
2023-07-20Deprecate remaining functions in Registry that return a key manager.juerg
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-19Add support for full Mac primitive creation to HmacKeyManager.lizatretyakova
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-17Deprecate "KeyTemplate.getOutputPrefixType"tholenst
2023-07-14Avoid usages of "KeyTemplate.getOutputPrefix". We want to deprecate it in the...tholenst
2023-07-14Deprecate "createEciesAeadHkdfPubKey" in HybridKeyTemplates.tholenst
2023-07-13Add "toString()".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-11Make "equalsKeyset" public.tholenst
2023-07-11Signature: Replace the validation tests with tests checking if the key genera...tholenst
2023-07-11Deprecate "primaryKey".tholenst
2023-07-10Prfs & StreamingAeads: Replace the validation tests with tests checking if th...tholenst
2023-07-10Aeads: Replace the validation tests with tests checking if the key generation...tholenst
2023-07-10Add "KeysetHandle#equalsKeyset".tholenst
2023-07-10Macs: Replace the validation tests with tests checking if the key generation ...tholenst
2023-07-07Register the PrfBasedDeriver protoserialization.tholenst
2023-07-07Add Parser and Serializer for EciesParameters.ioannanedelcu
2023-07-07Deprecate "KeyTemplate.getTypeUrl"tholenst
2023-07-06Remove usages of Registry.getKeyManager and Registry.getUntypedKeyManager in ...juerg
2023-07-06Avoid KeyTemplate.getTypeUrl().tholenst
2023-07-05Add a static factory method createFrom to "KeyTemplate.java".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