Uses of Class
iaik.asn1.structures.GeneralSubtree

Packages that use GeneralSubtree
iaik.x509.extensions   
 

Uses of GeneralSubtree in iaik.x509.extensions
 

Methods in iaik.x509.extensions that return GeneralSubtree
 GeneralSubtree[] NameConstraints.getPermittedSubtrees()
          Returns the permitted subtrees.
 GeneralSubtree[] NameConstraints.getExcludedSubtrees()
          Returns the excluded subtrees.
 

Methods in iaik.x509.extensions with parameters of type GeneralSubtree
 void NameConstraints.setPermittedSubtrees(GeneralSubtree[] permittedSubtrees)
          Sets the permitted subtrees.
 void NameConstraints.setExcludedSubtrees(GeneralSubtree[] excludedSubtrees)
          Sets the excluded subtrees.