PKCSObjectIdentifiers.java | 240 static final ASN1ObjectIdentifier pkcs_12 = new ASN1ObjectIdentifier("1.2.840.113549.1.12"); field in interface:PKCSObjectIdentifiers 241 static final ASN1ObjectIdentifier bagtypes = pkcs_12.branch("10.1"); 250 static final ASN1ObjectIdentifier pkcs_12PbeIds = pkcs_12.branch("1");
|