For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.ext
Class PolicyConstraint

java.lang.Object
  extended by gnu.crypto.pki.ext.Extension.Value
      extended by gnu.crypto.pki.ext.PolicyConstraint

public class PolicyConstraint
extends Extension.Value


Field Summary
static OID ID
           
 
Fields inherited from class gnu.crypto.pki.ext.Extension.Value
encoded
 
Constructor Summary
PolicyConstraint(byte[] encoded)
           
 
Method Summary
 int getInhibitPolicyMapping()
           
 int getRequireExplicitPolicy()
           
 String toString()
           
 
Methods inherited from class gnu.crypto.pki.ext.Extension.Value
equals, getEncoded
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final OID ID
Constructor Detail

PolicyConstraint

public PolicyConstraint(byte[] encoded)
                 throws IOException
Throws:
IOException
Method Detail

getRequireExplicitPolicy

public int getRequireExplicitPolicy()

getInhibitPolicyMapping

public int getInhibitPolicyMapping()

toString

public String toString()
Overrides:
toString in class Extension.Value

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.