Package com.google.crypto.tink
Interface PrivateKey
-
- All Known Implementing Classes:
EcdsaPrivateKey,EciesPrivateKey,Ed25519PrivateKey,HpkePrivateKey,HybridPrivateKey,JwtEcdsaPrivateKey,JwtRsaSsaPkcs1PrivateKey,JwtRsaSsaPssPrivateKey,JwtSignaturePrivateKey,RsaSsaPkcs1PrivateKey,RsaSsaPssPrivateKey,SignaturePrivateKey
public interface PrivateKeyInterface to be implemented by all private keys, that gives access to the public key.Note that in Tink, a private key always includes the public key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetPublicKey()
-
-
-
Method Detail
-
getPublicKey
Key getPublicKey()
-
-