package com.google.bitcoin.bouncycastle.asn1.kisa; import com.google.bitcoin.bouncycastle.asn1.DERObjectIdentifier; public interface KISAObjectIdentifiers { public static final DERObjectIdentifier id_seedCBC = new DERObjectIdentifier("1.2.410.200004.1.4"); public static final DERObjectIdentifier id_npki_app_cmsSeed_wrap = new DERObjectIdentifier("1.2.410.200004.7.1.1.1"); }