Package org.apache.cxf.sts.request
Class BinarySecret
java.lang.Object
org.apache.cxf.sts.request.BinarySecret
This class contains values that have been extracted from a BinarySecret structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()byte[]voidsetBinarySecretType(String binarySecretType) voidsetBinarySecretValue(byte[] binarySecretValue)
-
Constructor Details
-
BinarySecret
public BinarySecret()
-
-
Method Details
-
getBinarySecretValue
public byte[] getBinarySecretValue() -
setBinarySecretValue
public void setBinarySecretValue(byte[] binarySecretValue) -
getBinarySecretType
-
setBinarySecretType
-
clean
public void clean()
-