
Materials_Compile.DecryptionMaterialsPendingPlaintextDataKey Maven / Gradle / Ivy
// Class DecryptionMaterialsPendingPlaintextDataKey
// Dafny class DecryptionMaterialsPendingPlaintextDataKey compiled into Java
package Materials_Compile;
import software.amazon.cryptography.keystore.internaldafny.types.*;
import software.amazon.cryptography.materialproviders.internaldafny.types.*;
import AwsArnParsing_Compile.*;
import AwsKmsMrkMatchForDecrypt_Compile.*;
import AwsKmsUtils_Compile.*;
import KeyStoreErrorMessages_Compile.*;
import KmsArn_Compile.*;
import Structure_Compile.*;
import KMSKeystoreOperations_Compile.*;
import DDBKeystoreOperations_Compile.*;
import CreateKeys_Compile.*;
import CreateKeyStoreTable_Compile.*;
import GetKeys_Compile.*;
import AwsCryptographyKeyStoreOperations_Compile.*;
import software.amazon.cryptography.keystore.internaldafny.*;
import AlgorithmSuites_Compile.*;
@SuppressWarnings({"unchecked", "deprecation"})
public class DecryptionMaterialsPendingPlaintextDataKey {
public DecryptionMaterialsPendingPlaintextDataKey() {
}
public static boolean _Is(software.amazon.cryptography.materialproviders.internaldafny.types.DecryptionMaterials __source) {
software.amazon.cryptography.materialproviders.internaldafny.types.DecryptionMaterials _0_d = __source;
return __default.DecryptionMaterialsWithoutPlaintextDataKey(_0_d);
}
private static final dafny.TypeDescriptor _TYPE = dafny.TypeDescriptor.referenceWithInitializer(software.amazon.cryptography.materialproviders.internaldafny.types.DecryptionMaterials.class, () -> software.amazon.cryptography.materialproviders.internaldafny.types.DecryptionMaterials.Default());
public static dafny.TypeDescriptor _typeDescriptor() {
return (dafny.TypeDescriptor) (dafny.TypeDescriptor>) _TYPE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy