1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cym.utils.cert.ssl;
|
||||
public class AuthKeyId
|
||||
{
|
||||
private String identifier;
|
||||
|
||||
public void setIdentifier(String identifier){
|
||||
this.identifier = identifier;
|
||||
}
|
||||
public String getIdentifier(){
|
||||
return this.identifier;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user