01: package org.bouncycastle.asn1.kisa;
02:
03: import org.bouncycastle.asn1.DERObjectIdentifier;
04:
05: public interface KISAObjectIdentifiers {
06: public static final DERObjectIdentifier id_seedCBC = new DERObjectIdentifier(
07: "1.2.410.200004.1.4");
08: public static final DERObjectIdentifier id_npki_app_cmsSeed_wrap = new DERObjectIdentifier(
09: "1.2.410.200004.7.1.1.1");
10: }
|