File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
core/src/main/java/org/bouncycastle/internal/asn1/iana
util/src/main/java/org/bouncycastle/asn1/iana Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public interface IANAObjectIdentifiers
3737 /** IANA security nametypes; 1.3.6.1.5.6 */
3838 static final ASN1ObjectIdentifier security_nametypes = security .branch ("6" );
3939
40- /** PKIX base OID: 1.3.6.1.5.6.6 */
41- static final ASN1ObjectIdentifier pkix = security_mechanisms .branch ("6 " );
40+ /** PKIX base OID: 1.3.6.1.5.5.7 */
41+ static final ASN1ObjectIdentifier pkix = security_mechanisms .branch ("7 " );
4242
4343
4444 /** IPSEC base OID: 1.3.6.1.5.5.8 */
Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ public interface IANAObjectIdentifiers
3737 /** IANA security nametypes; 1.3.6.1.5.6 */
3838 static final ASN1ObjectIdentifier security_nametypes = security .branch ("6" );
3939
40- /** PKIX base OID: 1.3.6.1.5.6.6 */
41- static final ASN1ObjectIdentifier pkix = security_mechanisms .branch ("6" );
42-
40+ /** PKIX base OID: 1.3.6.1.5.5.7 */
41+ static final ASN1ObjectIdentifier pkix = security_mechanisms .branch ("7" );
4342
4443 /** IPSEC base OID: 1.3.6.1.5.5.8 */
4544 static final ASN1ObjectIdentifier ipsec = security_mechanisms .branch ("8" );
You can’t perform that action at this time.
0 commit comments