コード例 #1
0
ファイル: JCEECPrivateKey.java プロジェクト: Mackaber/sandrop
 public void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute) {
   attrCarrier.setBagAttribute(oid, attribute);
 }