Uses of Class
org.apache.harmony.security.x501.Name
| Package | Description |
|---|---|
| org.apache.harmony.security.pkcs10 | |
| org.apache.harmony.security.x509 |
-
Uses of Name in org.apache.harmony.security.pkcs10
Methods in org.apache.harmony.security.pkcs10 that return Name Modifier and Type Method Description NameCertificationRequestInfo. getSubject() -
Uses of Name in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return Name Modifier and Type Method Description NameTBSCertificate. getIssuer()Returns the value of issuer field of the structure.NameTBSCertList. getIssuer()Returns the value of issuer field of the structure.NameTBSCertificate. getSubject()Returns the value of subject field of the structure.Constructors in org.apache.harmony.security.x509 with parameters of type Name Constructor Description DistributionPointName(Name nameRelativeToCRLIssuer)GeneralName(Name name)TBSCertificate(int version, BigInteger serialNumber, AlgorithmIdentifier signature, Name issuer, Validity validity, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo, boolean[] issuerUniqueID, boolean[] subjectUniqueID, Extensions extensions)