Cryptix OpenPGP

Uses of Class
cryptix.message.stream.MessageStreamException

Packages that use MessageStreamException
cryptix.message.stream The Cryptix Message Streaming API. 
 

Uses of MessageStreamException in cryptix.message.stream
 

Methods in cryptix.message.stream that throw MessageStreamException
 void SignedMessageOutputStreamSpi.engineAddSigner(java.security.PrivateKey signingkey)
          Adds a signer
 void SignedMessageOutputStreamSpi.engineAddSigner(KeyBundle signingkey, char[] passphrase)
          Adds a signer from a keybundle, decrypting it with the given passphrase.
 void SignedMessageOutputStream.addSigner(java.security.PrivateKey signingkey)
          Adds a signer
 void SignedMessageOutputStream.addSigner(KeyBundle signingkey, char[] passphrase)
          Adds a signer from a keybundle, decrypting it with the given passphrase.
 void MessageOutputStreamSpi.engineInit(java.io.OutputStream out, java.security.SecureRandom sr)
          Initializes this outputstream with the given outputstream as underlying stream and the given SecureRandom object.
 void MessageOutputStreamSpi.engineSetAttribute(java.lang.String name, java.lang.Object attr)
          Set a format specific attribute.
 void MessageOutputStreamSpi.engineWrite(byte[] b, int off, int len)
          Write the specified part of a bytearray to the stream.
 void MessageOutputStreamSpi.engineWrite(byte[] b)
          Write a complete bytearray to the stream
 void MessageOutputStreamSpi.engineWrite(int b)
          Write a single byte to the stream
 void MessageOutputStreamSpi.engineFlush()
          Flush the stream What flushing does is format specific.
 void MessageOutputStreamSpi.engineClose()
          Close the stream Sends all data through the underlying stream and then calls the close() method of the underlying stream.
 void MessageOutputStream.init(java.io.OutputStream out, java.security.SecureRandom sr)
          Initializes this outputstream with the given outputstream as underlying stream and the given SecureRandom object.
 void MessageOutputStream.setAttribute(java.lang.String name, java.lang.Object attr)
          Set a format specific attribute.
 void MessageOutputStream.write(byte[] b, int off, int len)
          Write the specified part of a bytearray to the stream.
 void MessageOutputStream.write(byte[] b)
          Write a complete bytearray to the stream
 void MessageOutputStream.write(int b)
          Write a single byte to the stream
 void MessageOutputStream.flush()
          Flush the stream What flushing does is format specific.
 void MessageOutputStream.close()
          Close the stream Sends all data through the underlying stream and then calls the close() method of the underlying stream.
 void EncryptedMessageOutputStreamSpi.engineAddRecipient(java.security.PublicKey publickey)
          Adds a public key recipient
 void EncryptedMessageOutputStreamSpi.engineAddRecipient(KeyBundle bundle)
          Adds a keybundle recipient
 void EncryptedMessageOutputStreamSpi.engineAddRecipient(javax.crypto.SecretKey symmetrickey)
          Adds a symmetric key recipient
 void EncryptedMessageOutputStreamSpi.engineAddRecipient(java.lang.String passphrase)
          Adds a passphrase recipient
 void EncryptedMessageOutputStream.addRecipient(java.security.PublicKey publickey)
          Adds a public key recipient
 void EncryptedMessageOutputStream.addRecipient(KeyBundle bundle)
          Adds a keybundle recipient
 void EncryptedMessageOutputStream.addRecipient(javax.crypto.SecretKey symmetrickey)
          Adds a symmetric key recipient
 void EncryptedMessageOutputStream.addRecipient(java.lang.String passphrase)
          Adds a passphrase recipient
 void DecodedMessageInputStreamSpi.engineInit(java.io.InputStream in, DecryptionKeyCallback dkc, VerificationKeyCallback vkc)
           
 void DecodedMessageInputStream.init(java.io.InputStream in, DecryptionKeyCallback dkc, VerificationKeyCallback vkc)
           
 


Cryptix OpenPGP

Copyright (C) 1999-2003 The Cryptix Foundation Ltd.