Uses of Class
org.apache.harmony.security.x509.GeneralName
| Package | Description |
|---|---|
| org.apache.harmony.security.x509 | |
| org.apache.harmony.security.x509.tsp |
-
Uses of GeneralName in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return GeneralName Modifier and Type Method Description GeneralNameGeneralSubtree. getBase()Returns the value of base field of the structure.Methods in org.apache.harmony.security.x509 that return types with arguments of type GeneralName Modifier and Type Method Description List<GeneralName>GeneralNames. getNames()Returns the list of values.Methods in org.apache.harmony.security.x509 with parameters of type GeneralName Modifier and Type Method Description voidGeneralNames. addName(GeneralName name)booleanGeneralName. isAcceptable(GeneralName gname)Checks if the other general name is acceptable by this object.Method parameters in org.apache.harmony.security.x509 with type arguments of type GeneralName Modifier and Type Method Description booleanNameConstraints. isAcceptable(List<GeneralName> names)Check if this list of names is acceptable according to this NameConstraints object.Constructors in org.apache.harmony.security.x509 with parameters of type GeneralName Constructor Description GeneralSubtree(GeneralName base, int minimum, int maximum)Constructor parameters in org.apache.harmony.security.x509 with type arguments of type GeneralName Constructor Description GeneralNames(List<GeneralName> generalNames) -
Uses of GeneralName in org.apache.harmony.security.x509.tsp
Methods in org.apache.harmony.security.x509.tsp that return GeneralName Modifier and Type Method Description GeneralNameTSTInfo. getTsa()Constructors in org.apache.harmony.security.x509.tsp with parameters of type GeneralName Constructor Description TSTInfo(int version, String policy, MessageImprint messageImprint, BigInteger serialNumber, Date genTime, int[] accuracy, Boolean ordering, BigInteger nonce, GeneralName tsa, Extensions extensions)