de.osci.osci12.messageparts
Class MessagePartsEntry

java.lang.Object
  |
  +--de.osci.osci12.messageparts.MessagePartsEntry

public synchronized class MessagePartsEntry
extends java.lang.Object


Constructor Summary
MessagePartsEntry()
           
 
Method Summary
static EncryptedDataOSCI encryptedDataOsci(javax.crypto.SecretKey, java.lang.String, Attachment)
           
static OSCISignature osciSignature(java.lang.String)
           
static OSCISignatureReference osciSignatureReference(MessagePart)
           
static ProcessCardBundle processCardBundle(java.lang.String, byte[], java.lang.String, Timestamp, Timestamp, Timestamp, java.lang.String, Inspection[])
           
static Timestamp timestamp(int, java.lang.String, java.lang.String)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePartsEntry

public MessagePartsEntry()
Method Detail

encryptedDataOsci

public static EncryptedDataOSCI encryptedDataOsci(javax.crypto.SecretKey,
                                                  java.lang.String,
                                                  Attachment)
                                           throws java.lang.Exception,
                                                  java.io.IOException,
                                                  java.lang.IllegalArgumentException,
                                                  java.security.NoSuchAlgorithmException
java.lang.Exception
java.io.IOException
java.lang.IllegalArgumentException
java.security.NoSuchAlgorithmException

processCardBundle

public static ProcessCardBundle processCardBundle(java.lang.String,
                                                  byte[],
                                                  java.lang.String,
                                                  Timestamp,
                                                  Timestamp,
                                                  Timestamp,
                                                  java.lang.String,
                                                  Inspection[])

timestamp

public static Timestamp timestamp(int,
                                  java.lang.String,
                                  java.lang.String)
                           throws OSCIException
OSCIException

osciSignature

public static OSCISignature osciSignature(java.lang.String)

osciSignatureReference

public static OSCISignatureReference osciSignatureReference(MessagePart)