Home | History | Annotate | Download | only in support

Lines Matching refs:enc

102         private byte[] enc;
103 public tmpKey(String alg, byte[] enc) {
105 this.enc = enc;
114 return enc;
119 private byte[] enc;
120 public tmp1Key(String alg, byte[] enc) {
121 this.enc = enc;
130 return enc;