예제 #1
0
 public SRPTlsClient(TlsCipherFactory cipherFactory, byte[] identity, byte[] password) {
   this.cipherFactory = cipherFactory;
   this.identity = Arrays.clone(identity);
   this.password = Arrays.clone(password);
 }