File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
core/src/main/java/org/bouncycastle/asn1/x509 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ public interface X509AttributeIdentifiers
77 /**
88 * @deprecated use id_at_role
99 */
10+ @ Deprecated
1011 ASN1ObjectIdentifier RoleSyntax = new ASN1ObjectIdentifier ("2.5.4.72" );
1112
1213 ASN1ObjectIdentifier id_pe_ac_auditIdentity = X509ObjectIdentifiers .id_pe .branch ("4" );
@@ -27,5 +28,10 @@ public interface X509AttributeIdentifiers
2728 ASN1ObjectIdentifier id_at_role = new ASN1ObjectIdentifier ("2.5.4.72" );
2829 ASN1ObjectIdentifier id_at_clearance = new ASN1ObjectIdentifier ("2.5.1.5.55" );
2930
31+ /**
32+ * @deprecated use statementOfPossession
33+ */
34+ @ Deprecated
3035 ASN1ObjectIdentifier id_at_privateKeyStatement = new ASN1ObjectIdentifier ("1.3.6.1.4.1.22112.2.1" );
36+ ASN1ObjectIdentifier id_at_statementOfPossession = new ASN1ObjectIdentifier ("1.3.6.1.4.1.22112.2.1" );
3137}
You can’t perform that action at this time.
0 commit comments