xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
X509Certificate.x
浏览该文件的文档.
1
4
class
X509Certificate
{
5
public
X509Certificate
(
byte
[],
int
,
int
);
6
public
X509Certificate
(
String
);
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
};
Key
Definition
Key.x:4
String
Definition
String.x:5
X509Certificate
Definition
X509Certificate.x:4
X509Certificate.getSigAlgName
String getSigAlgName()
X509Certificate.verify
bool verify(Key)
X509Certificate.getNotAfter
long getNotAfter()
X509Certificate.checkValidity
bool checkValidity(long)
X509Certificate.finalize
void finalize()
X509Certificate.verify
bool verify(Key, String)
X509Certificate.getVersion
long getVersion()
X509Certificate.X509Certificate
X509Certificate(String)
X509Certificate.getSerialNumber
String getSerialNumber()
X509Certificate.getSigAlgOID
String getSigAlgOID()
X509Certificate.getPublicKey
Key getPublicKey()
X509Certificate.getNotBefore
long getNotBefore()
X509Certificate.getIssuerDN
String getIssuerDN()
X509Certificate.toString
String toString()
X509Certificate.getEncoded
byte [] getEncoded()
X509Certificate.getBasicConstraints
int getBasicConstraints()
X509Certificate.X509Certificate
X509Certificate(byte[], int, int)
X509Certificate.getSubjectDN
String getSubjectDN()
X509Certificate.getType
int getType()
X509Certificate.getSignature
byte [] getSignature()
X509Certificate.checkValidity
bool checkValidity()
X509Certificate.getKeyUsage
bool [] getKeyUsage()
std
X509Certificate.x
制作者
1.9.8