Package org.apache.cxf.sts.request
Class BinarySecret
- java.lang.Object
-
- org.apache.cxf.sts.request.BinarySecret
-
public class BinarySecret extends Object
This class contains values that have been extracted from a BinarySecret structure.
-
-
Constructor Summary
Constructors Constructor Description BinarySecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()StringgetBinarySecretType()byte[]getBinarySecretValue()voidsetBinarySecretType(String binarySecretType)voidsetBinarySecretValue(byte[] binarySecretValue)
-
-
-
Method Detail
-
getBinarySecretValue
public byte[] getBinarySecretValue()
-
setBinarySecretValue
public void setBinarySecretValue(byte[] binarySecretValue)
-
getBinarySecretType
public String getBinarySecretType()
-
setBinarySecretType
public void setBinarySecretType(String binarySecretType)
-
clean
public void clean()
-
-