public class SecureChannelPKCS7AndData extends Object implements Serializable
Constructor and Description |
---|
SecureChannelPKCS7AndData() |
Modifier and Type | Method and Description |
---|---|
String |
getB64SecureChannelSignature()
Returns the B64SecureChannelSignature as String
|
byte[] |
getB64SecureChannelSignatureBytes()
Returns the B64SecureChannelSignatureBytes as byte[]
|
String |
getB64SecureChannelSignedData()
Returns the B64SecureChannelSignedData as String
|
byte[] |
getB64SecureChannelSignedDataBytes()
Returns the B64SecureChannelSignedDataBytes
|
void |
setB64SecureChannelSignature(String string)
Sets the String representation of the B64SecureChannelSignature
|
void |
setB64SecureChannelSignatureBytes(byte[] bs)
Sets the B64SecureChannelSignatureBytes
|
void |
setB64SecureChannelSignedData(String string)
Sets the String representation of the B64SecureChannelSignedData
|
void |
setB64SecureChannelSignedDataBytes(byte[] bs)
Sets the B64SecureChannelSignedDataBytes
|
public String getB64SecureChannelSignature()
public byte[] getB64SecureChannelSignatureBytes()
public String getB64SecureChannelSignedData()
public byte[] getB64SecureChannelSignedDataBytes()
public void setB64SecureChannelSignature(String string)
string
- String representation of the B64SecureChannelSignaturepublic void setB64SecureChannelSignatureBytes(byte[] bs)
bs
- byte[] holding the B64SecureChannelSignatureBytespublic void setB64SecureChannelSignedData(String string)
string
- String holding the B64SecureChannelSignedDatapublic void setB64SecureChannelSignedDataBytes(byte[] bs)
bs
- byte[] holding the B64SecureChannelSignedDataBytesCopyright © 2017 Nets Branch Norway. All Rights Reserved.