ants.p2p.messages
Class SecureConnectionErrorControlMessage
java.lang.Object
  
ants.p2p.Message
      
ants.p2p.messages.ControlMessage
          
ants.p2p.messages.SecureConnectionErrorControlMessage
- All Implemented Interfaces: 
 - java.io.Serializable, java.lang.Cloneable
 
public class SecureConnectionErrorControlMessage
- extends ControlMessage
 
- See Also:
 - Serialized Form
 
 
 
 
| 
Method Summary | 
 void | 
decrypt(javax.crypto.Cipher c)
 
            | 
 void | 
encrypt(javax.crypto.Cipher c)
 
            | 
 
 
| Methods inherited from class ants.p2p.Message | 
disableAutoRetransmit, equals, fillMessageProperties, getAck_Id, getDelivered, getDest, getPublicKey, getRetrasmissions, getSignableMessage, getSignature, getSource, getSourceAddress, getType, getVersion, invalidate, resetDelivered, resetDest, resetSource, retrasmitted, setDelivered, setPublicKey, setSignature | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SecureConnectionErrorControlMessage
public SecureConnectionErrorControlMessage(Message m,
                                           java.lang.Integer controlID,
                                           byte[] content,
                                           java.lang.String message)
SecureConnectionErrorControlMessage
public SecureConnectionErrorControlMessage(java.lang.Integer controlID,
                                           byte[] content,
                                           java.lang.String message)
encrypt
public void encrypt(javax.crypto.Cipher c)
             throws java.lang.Exception
- Overrides:
 encrypt in class ControlMessage
 
- Throws:
 java.lang.Exception
 
decrypt
public void decrypt(javax.crypto.Cipher c)
             throws java.lang.Exception
- Overrides:
 decrypt in class ControlMessage
 
- Throws:
 java.lang.Exception