Class BasicTlsSRPIdentity

  • All Implemented Interfaces:
    TlsSRPIdentity

    public class BasicTlsSRPIdentity
    extends java.lang.Object
    implements TlsSRPIdentity
    A basic SRP Identity holder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] identity  
      protected byte[] password  
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicTlsSRPIdentity​(byte[] identity, byte[] password)  
      BasicTlsSRPIdentity​(java.lang.String identity, java.lang.String password)  
    • Field Detail

      • identity

        protected byte[] identity
      • password

        protected byte[] password
    • Constructor Detail

      • BasicTlsSRPIdentity

        public BasicTlsSRPIdentity​(byte[] identity,
                                   byte[] password)
      • BasicTlsSRPIdentity

        public BasicTlsSRPIdentity​(java.lang.String identity,
                                   java.lang.String password)