API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. PolicyQualifierInfo View Source
Author(s)
seth proctor
Sean Mullan
Since
1.4
Version
1.12 11/17/05
Serial
Hierarchy
 Object
      PolicyQualifierInfo
Implements
Subclasses
Description
public class PolicyQualifierInfo
  An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.
See also:   
Constructors
public PolicyQualifierInfo (byte[] encoded) throws IOException
  Creates an instance of PolicyQualifierInfo from the encoded bytes.
Methods
Hide/Show inherited methods
publicfinal byte getEncoded ()
  Returns the ASN.1 DER encoded form of this PolicyQualifierInfo.
publicfinal byte getPolicyQualifier ()
  Returns the ASN.1 DER encoded form of the qualifier field of this PolicyQualifierInfo.
publicfinal String getPolicyQualifierId ()
  Returns the policyQualifierId field of this PolicyQualifierInfo.
public String toString ()
  Return a printable representation of this PolicyQualifierInfo.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar