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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinarySecret
public BinarySecret()
getBinarySecretValue
public byte[] getBinarySecretValue()
setBinarySecretValue
public void setBinarySecretValue(byte[] binarySecretValue)
getBinarySecretType
public String getBinarySecretType()
setBinarySecretType
public void setBinarySecretType(String binarySecretType)
Apache CXF