This class is a low-level representation of a
policy qualifier information from a X.509 certificate extension. A
discussion of X.509 policy extensions and their use in the PKIX
certification path algorithms is beyond the scope of this reference.
public class PolicyQualifierInfo {
// Public Constructors
public PolicyQualifierInfo (byte[ ] encoded ) throws java.io.IOException;
// Public Instance Methods
public final byte[ ] getEncoded ( );
public final byte[ ] getPolicyQualifier ( );
public final String getPolicyQualifierId ( );
// Public Methods Overriding Object
public String toString ( );
}