public class EncryptionFaultInjector extends Object
Modifier and Type | Field and Description |
---|---|
static EncryptionFaultInjector |
instance |
Constructor and Description |
---|
EncryptionFaultInjector() |
Modifier and Type | Method and Description |
---|---|
void |
ensureKeyIsInitialized() |
static EncryptionFaultInjector |
getInstance() |
void |
startFileAfterGenerateKey() |
void |
startFileBeforeGenerateKey() |
void |
startFileNoKey() |
public static EncryptionFaultInjector instance
public static EncryptionFaultInjector getInstance()
public void startFileNoKey() throws IOException
IOException
public void startFileBeforeGenerateKey() throws IOException
IOException
public void startFileAfterGenerateKey() throws IOException
IOException
public void ensureKeyIsInitialized() throws IOException
IOException
Copyright © 2019 Apache Software Foundation. All Rights Reserved.