Class CryptoManagerImpl.SRPParametersImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] salt  
      private java.math.BigInteger verifier  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SRPParametersImpl​(byte[] _salt, java.math.BigInteger _verifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getSalt()  
      java.math.BigInteger getVerifier()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • salt

        private final byte[] salt
      • verifier

        private final java.math.BigInteger verifier
    • Constructor Detail

      • SRPParametersImpl

        private SRPParametersImpl​(byte[] _salt,
                                  java.math.BigInteger _verifier)