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