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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertAttrSet.java36 * Subject Name. A CertAttrSet may comprise one attribute or many
39 * A CertAttrSet itself can also be comprised of other sub-sets.
48 public interface CertAttrSet<T> { interface
70 * Sets an attribute value within this CertAttrSet.
82 * Gets an attribute value for this CertAttrSet.
93 * Deletes an attribute value from this CertAttrSet.
112 * Returns the name (identifier) of this CertAttrSet.
114 * @return the name of this CertAttrSet.

Completed in 29 milliseconds