Class DiffieHellman.Server.Challenge

  • Enclosing class:
    DiffieHellman.Server

    public static final class DiffieHellman.Server.Challenge
    extends java.lang.Object
    Author:
    Eike Stepper
    • Constructor Detail

      • Challenge

        @Deprecated
        public Challenge​(java.lang.String serverRealm,
                         java.lang.String secretAlgorithm,
                         java.lang.String cipherTransformation,
                         byte[] serverPubKeyEnc)
        Deprecated.
        As of 3.8 public construction is no longer supported.
      • Challenge

        public Challenge​(ExtendedDataInput in)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public void write​(ExtendedDataOutput out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getServerRealm

        public java.lang.String getServerRealm()
      • getSecretAlgorithmKeyLen

        public int getSecretAlgorithmKeyLen()
        Since:
        3.8
      • getSecretAlgorithm

        public java.lang.String getSecretAlgorithm()
      • getCipherTransformation

        public java.lang.String getCipherTransformation()
        Since:
        3.8
      • getCypherTransformation

        @Deprecated
        public java.lang.String getCypherTransformation()
        Deprecated.
      • getServerPubKeyEnc

        public byte[] getServerPubKeyEnc()