Package org.alfresco.encryption
Class MACUtils.MACInput
- java.lang.Object
-
- org.alfresco.encryption.MACUtils.MACInput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIpAddress()
InputStream
getMACInput()
InputStream
getMessage()
long
getTimestamp()
String
toString()
-
-
-
Constructor Detail
-
MACInput
public MACInput(byte[] message, long timestamp, String ipAddress)
-
-
Method Detail
-
getMessage
public InputStream getMessage()
-
getTimestamp
public long getTimestamp()
-
getIpAddress
public String getIpAddress()
-
getMACInput
public InputStream getMACInput() throws IOException
- Throws:
IOException
-
-