Package com.google.crypto.tink.hybrid
Class HybridParameters
- java.lang.Object
-
- com.google.crypto.tink.Parameters
-
- com.google.crypto.tink.hybrid.HybridParameters
-
- Direct Known Subclasses:
EciesParameters,HpkeParameters
@Immutable public abstract class HybridParameters extends Parameters
Represents a description of aHybridPrivateKeyand the correspondingHybridPublicKeyexcluding the randomly chosen key material.
-
-
Constructor Summary
Constructors Constructor Description HybridParameters()
-
Method Summary
-
Methods inherited from class com.google.crypto.tink.Parameters
hasIdRequirement
-
-