Class AuthenticationProtocolCommonDetails

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class AuthenticationProtocolCommonDetails
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • AuthenticationProtocolCommonDetails

        AuthenticationProtocolCommonDetails()
        Default constructor.
      • AuthenticationProtocolCommonDetails

        AuthenticationProtocolCommonDetails(String sessionId, Integer ourMaxMessageSize, Session session, String myPrivateDHKey, ByteBuffer myPublicDHKey, String peerPublicDHKey, ByteBuffer sharedDHSecret, ProtocolMode selectedMode, SharedHandshakeSecrets sharedHandshakeSecrets, InitiatorHelloMessage initiatorHelloMessage, ResponderHelloMessage responderHelloMessage, ByteBuffer initiatorHelloToResponderHelloBytes, ByteBuffer initiatorHandshakePayloadBytes, ByteBuffer responderHandshakePayloadBytes, Integer agreedMaxMessageSize)
        All-args constructor.
        Parameters:
        sessionId - The new value for sessionId
        ourMaxMessageSize - The new value for ourMaxMessageSize
        session - The new value for session
        myPrivateDHKey - The new value for myPrivateDHKey
        myPublicDHKey - The new value for myPublicDHKey
        peerPublicDHKey - The new value for peerPublicDHKey
        sharedDHSecret - The new value for sharedDHSecret
        selectedMode - The new value for selectedMode
        sharedHandshakeSecrets - The new value for sharedHandshakeSecrets
        initiatorHelloMessage - The new value for initiatorHelloMessage
        responderHelloMessage - The new value for responderHelloMessage
        initiatorHelloToResponderHelloBytes - The new value for initiatorHelloToResponderHelloBytes
        initiatorHandshakePayloadBytes - The new value for initiatorHandshakePayloadBytes
        responderHandshakePayloadBytes - The new value for responderHandshakePayloadBytes
        agreedMaxMessageSize - The new value for agreedMaxMessageSize