Searched refs:checkTag (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DEncryptedPrivateKeyInfo.java399 private static void checkTag(DerValue val, byte tag, String valName) method in class:EncryptedPrivateKeyInfo
415 checkTag(values[3], DerValue.TAG_CONTEXT, "attributes");
418 checkTag(values[0], DerValue.tag_Integer, "version");
424 checkTag(values[2], DerValue.tag_OctetString, "privateKey");

Completed in 22 milliseconds