cryptix.message.stream
Interface DecodedMessageInputStreamSpi
- public interface DecodedMessageInputStreamSpi
Service provider interface for DecodedMessageInputStream
- Version:
- $Revision: 1.1 $
- Author:
- Edwin Woudt
engineInit
public void engineInit(java.io.InputStream in,
DecryptionKeyCallback dkc,
VerificationKeyCallback vkc)
throws java.lang.IllegalStateException,
java.io.IOException,
MessageStreamException
- Throws:
java.lang.IllegalStateException
java.io.IOException
MessageStreamException
engineRead
public int engineRead()
throws java.io.IOException
- Throws:
java.io.IOException
engineRead
public int engineRead(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
engineClose
public void engineClose()
throws java.io.IOException
- Throws:
java.io.IOException
engineGetVerificationResult
public int engineGetVerificationResult()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
engineGetIntegrityResult
public int engineGetIntegrityResult()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright (C) 1999-2003 The Cryptix Foundation Ltd.