Class RemEvidenceFactory
- java.lang.Object
-
- network.oxalis.ng.commons.evidence.RemEvidenceFactory
-
- All Implemented Interfaces:
EvidenceFactory
public class RemEvidenceFactory extends Object implements EvidenceFactory
- Since:
- 4.0.0
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description RemEvidenceFactory(KeyStore.PrivateKeyEntry privateKeyEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(OutputStream outputStream, TransmissionResult transmissionResult)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface network.oxalis.ng.api.evidence.EvidenceFactory
write
-
-
-
-
Constructor Detail
-
RemEvidenceFactory
@Inject public RemEvidenceFactory(KeyStore.PrivateKeyEntry privateKeyEntry)
-
-
Method Detail
-
write
public void write(OutputStream outputStream, TransmissionResult transmissionResult) throws EvidenceException
- Specified by:
writein interfaceEvidenceFactory- Throws:
EvidenceException
-
-