Uses of Interface
com.google.crypto.tink.PrivateKey
-
Packages that use PrivateKey Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.jwt com.google.crypto.tink.signature -
-
Uses of PrivateKey in com.google.crypto.tink.hybrid
Classes in com.google.crypto.tink.hybrid that implement PrivateKey Modifier and Type Class Description classEciesPrivateKeyRepresentation of the decryption function for an ECIES hybrid encryption primitive.classHpkePrivateKeyRepresentation of the decryption function for an HPKE hybrid encryption primitive.classHybridPrivateKeyRepresentation of the decryption function for a hybrid encryption primitive. -
Uses of PrivateKey in com.google.crypto.tink.jwt
Classes in com.google.crypto.tink.jwt that implement PrivateKey Modifier and Type Class Description classJwtEcdsaPrivateKeyRepresents a key for computing JWT ECDSA signatures (ES256, ES384, ES512).classJwtRsaSsaPkcs1PrivateKeyRepresents a private key for RSA SSA PKCS1 signatures (RS256, RS384, RS512).classJwtRsaSsaPssPrivateKeyRepresents a private key for RSA SSA PSS signatures (PS256, PS384, PS512).classJwtSignaturePrivateKeyRepresents a key to compute JWT using asymmetric cryptography (i.e., using theJwtPublicKeySigninterface). -
Uses of PrivateKey in com.google.crypto.tink.signature
Classes in com.google.crypto.tink.signature that implement PrivateKey Modifier and Type Class Description classEcdsaPrivateKeyRepresents a key for computing ECDSA signatures.classEd25519PrivateKeyThe key for computing Ed25519 signatures.classRsaSsaPkcs1PrivateKeyRepresents a private key for RSA SSA PKCS1 signatures.classRsaSsaPssPrivateKeyRepresents a private key for RSA SSA PSS signatures.classSignaturePrivateKeyASignaturePrivateKeyrepresents a digital signature primitive, which consists of a sign and a verify function.
-