コード例 #1
0
 public String getType() {
   return security.getType();
 }
コード例 #2
0
 public String getId() {
   return Hex.encodeHexString(security.getType().getBytes());
 }