Apache CXF API

org.apache.cxf.sts.request
Class BinarySecret

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

Constructor Detail

BinarySecret

public BinarySecret()
Method Detail

getBinarySecretValue

public byte[] getBinarySecretValue()

setBinarySecretValue

public void setBinarySecretValue(byte[] binarySecretValue)

getBinarySecretType

public String getBinarySecretType()

setBinarySecretType

public void setBinarySecretType(String binarySecretType)

Apache CXF API

Apache CXF