org.apache.cxf.sts.request
Class ReceivedKey
java.lang.Object
org.apache.cxf.sts.request.ReceivedKey
public class ReceivedKey
- extends Object
This class represents a received Key. It can contain either an X509Certificate, PublicKey or
SecretKey object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivedKey
public ReceivedKey()
getX509Cert
public X509Certificate getX509Cert()
setX509Cert
public void setX509Cert(X509Certificate x509Cert)
getPublicKey
public PublicKey getPublicKey()
setPublicKey
public void setPublicKey(PublicKey publicKey)
getSecretKey
public SecretKey getSecretKey()
setSecretKey
public void setSecretKey(SecretKey secretKey)
Apache CXF