Searched defs:PKCS9Attribute (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attribute.java180 public class PKCS9Attribute implements DerEncoder { class in inherits:DerEncoder
424 public PKCS9Attribute(ObjectIdentifier oid, Object value) method in class:PKCS9Attribute
445 public PKCS9Attribute(String name, Object value) method in class:PKCS9Attribute
452 " constructing PKCS9Attribute.");
467 " constructing PKCS9Attribute; was " +
476 * Construct a PKCS9Attribute from its encoding on an input
482 public PKCS9Attribute(DerValue derVal) throws IOException { method in class:PKCS9Attribute
488 throw new IOException("Excess data parsing PKCS9Attribute");
491 throw new IOException("PKCS9Attribute doesn't have two components");

Completed in 293 milliseconds