org.jboss.security.negotiation.spnego.encoding
Class SPNEGOMessage
java.lang.Object
org.jboss.security.negotiation.NegotiationMessage
org.jboss.security.negotiation.spnego.encoding.SPNEGOMessage
- Direct Known Subclasses:
- NegTokenInit, NegTokenTarg
public abstract class SPNEGOMessage
- extends NegotiationMessage
The common base type for all SPNEGO messages.
- Since:
- 17th August 2008
- Version:
- $Revision: 83668 $
- Author:
- darran.lofthouse@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPNEGOMessage
public SPNEGOMessage()
getMessageType
public String getMessageType()
- Specified by:
getMessageType
in class NegotiationMessage
- Returns:
- The message type.
getMechListMIC
public byte[] getMechListMIC()
setMechListMIC
public void setMechListMIC(byte[] mechListMIC)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.