| java.lang.Object org.apache.harmony.security.pkcs10.CertificationRequestInfo
CertificationRequestInfo | public class CertificationRequestInfo (Code) | | CertificationRequestInfo ::= SEQUENCE {
version Version,
subject Name,
subjectPublicKeyInfo SubjectPublicKeyInfo,
attributes [0] IMPLICIT Attributes }
Version ::= INTEGER
Attributes ::= SET OF Attribute
|
getAttributes | public List getAttributes()(Code) | | Returns the attributes. |
getEncoded | public byte[] getEncoded()(Code) | | Returns ASN.1 encoded form of this CertificationRequestInfo.
a byte array containing ASN.1 encode form. |
getSubject | public Name getSubject()(Code) | | Returns the subject. |
getVersion | public int getVersion()(Code) | | Returns the version. |
|
|