Home | History | Annotate | Download | only in pkcs

Lines Matching defs:oldStyle

76     private boolean oldStyle = false; // Is this JDK1.1.x-style?
172 oldStyle = true;
187 * @param oldStyle flag indicating whether or not the given PKCS#7 block
190 private void parse(DerInputStream derin, boolean oldStyle)
193 contentInfo = new ContentInfo(derin, oldStyle);
802 return this.oldStyle;