public class RawEcdhKeyring extends java.lang.Object implements VerifiableInterface, IKeyring
| Modifier and Type | Field and Description |
|---|---|
dafny.DafnySequence<? extends java.lang.Byte> |
_compressedRecipientPublicKey |
dafny.DafnySequence<? extends java.lang.Byte> |
_compressedSenderPublicKey |
software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient |
_cryptoPrimitives |
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec |
_curveSpec |
RawEcdhStaticConfigurations |
_keyAgreementScheme |
software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey |
_recipientPublicKey |
software.amazon.cryptography.primitives.internaldafny.types.ECCPrivateKey |
_senderPrivateKey |
software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey |
_senderPublicKey |
| Constructor and Description |
|---|
RawEcdhKeyring() |
| Modifier and Type | Method and Description |
|---|---|
void |
__ctor(RawEcdhStaticConfigurations keyAgreementScheme,
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> senderPrivateKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> senderPublicKey,
dafny.DafnySequence<? extends java.lang.Byte> recipientPublicKey,
Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> compressedSenderPublicKey,
dafny.DafnySequence<? extends java.lang.Byte> compressedRecipientPublicKey,
software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient cryptoPrimitives) |
static dafny.TypeDescriptor<RawEcdhKeyring> |
_typeDescriptor() |
dafny.DafnySequence<? extends java.lang.Byte> |
compressedRecipientPublicKey() |
dafny.DafnySequence<? extends java.lang.Byte> |
compressedSenderPublicKey() |
software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient |
cryptoPrimitives() |
software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec |
curveSpec() |
RawEcdhStaticConfigurations |
keyAgreementScheme() |
Wrappers_Compile.Result<OnDecryptOutput,Error> |
OnDecrypt_k(OnDecryptInput input) |
Wrappers_Compile.Result<OnDecryptOutput,Error> |
OnDecrypt(OnDecryptInput input) |
Wrappers_Compile.Result<OnEncryptOutput,Error> |
OnEncrypt_k(OnEncryptInput input) |
Wrappers_Compile.Result<OnEncryptOutput,Error> |
OnEncrypt(OnEncryptInput input) |
software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey |
recipientPublicKey() |
software.amazon.cryptography.primitives.internaldafny.types.ECCPrivateKey |
senderPrivateKey() |
software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey |
senderPublicKey() |
java.lang.String |
toString() |
public software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient _cryptoPrimitives
public RawEcdhStaticConfigurations _keyAgreementScheme
public software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec _curveSpec
public software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey _recipientPublicKey
public dafny.DafnySequence<? extends java.lang.Byte> _compressedRecipientPublicKey
public software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey _senderPublicKey
public software.amazon.cryptography.primitives.internaldafny.types.ECCPrivateKey _senderPrivateKey
public dafny.DafnySequence<? extends java.lang.Byte> _compressedSenderPublicKey
public Wrappers_Compile.Result<OnDecryptOutput,Error> OnDecrypt(OnDecryptInput input)
public Wrappers_Compile.Result<OnEncryptOutput,Error> OnEncrypt(OnEncryptInput input)
public void __ctor(RawEcdhStaticConfigurations keyAgreementScheme, software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> senderPrivateKey, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> senderPublicKey, dafny.DafnySequence<? extends java.lang.Byte> recipientPublicKey, Wrappers_Compile.Option<dafny.DafnySequence<? extends java.lang.Byte>> compressedSenderPublicKey, dafny.DafnySequence<? extends java.lang.Byte> compressedRecipientPublicKey, software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient cryptoPrimitives)
public Wrappers_Compile.Result<OnEncryptOutput,Error> OnEncrypt_k(OnEncryptInput input)
OnEncrypt_k in interface IKeyringpublic Wrappers_Compile.Result<OnDecryptOutput,Error> OnDecrypt_k(OnDecryptInput input)
OnDecrypt_k in interface IKeyringpublic software.amazon.cryptography.primitives.internaldafny.AtomicPrimitivesClient cryptoPrimitives()
public RawEcdhStaticConfigurations keyAgreementScheme()
public software.amazon.cryptography.primitives.internaldafny.types.ECDHCurveSpec curveSpec()
public software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey recipientPublicKey()
public dafny.DafnySequence<? extends java.lang.Byte> compressedRecipientPublicKey()
public software.amazon.cryptography.primitives.internaldafny.types.ECCPublicKey senderPublicKey()
public software.amazon.cryptography.primitives.internaldafny.types.ECCPrivateKey senderPrivateKey()
public dafny.DafnySequence<? extends java.lang.Byte> compressedSenderPublicKey()
public static dafny.TypeDescriptor<RawEcdhKeyring> _typeDescriptor()
public java.lang.String toString()
toString in class java.lang.Object