xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
X509Certificate.x
浏览该文件的文档.
1
5 public X509Certificate(byte[], int, int);
7 public int getType();
8 public @NotNilptr byte[] getEncoded();
9 public bool verify(Key);
10 public bool verify(Key, String);
11 public @NotNilptr String toString();
12 public bool checkValidity();
13 public bool checkValidity(long);
14 public long getVersion();
15 public @NotNilptr String getSerialNumber();
16 public @NotNilptr String getIssuerDN();
17 public @NotNilptr String getSubjectDN();
18 public long getNotBefore();
19 public long getNotAfter();
20 public @NotNilptr byte[] getSignature();
21 public @NotNilptr String getSigAlgName();
22 public @NotNilptr String getSigAlgOID();
23 public @NotNilptr bool[] getKeyUsage();
24 public int getBasicConstraints();
25 public @NotNilptr Key getPublicKey();
26 public void finalize();
27};
Definition Key.x:4
Definition String.x:5
String getSigAlgName()
bool verify(Key)
long getNotAfter()
bool checkValidity(long)
bool verify(Key, String)
X509Certificate(String)
String getSerialNumber()
String getSigAlgOID()
long getNotBefore()
String getIssuerDN()
String toString()
byte [] getEncoded()
int getBasicConstraints()
X509Certificate(byte[], int, int)
String getSubjectDN()
byte [] getSignature()
bool checkValidity()
bool [] getKeyUsage()