gluu
|
公開メンバ関数 | |
X509CertificateShortInfoView () | |
X509CertificateShortInfoView (String alias, X509Certificate cert) | |
final void | updateViewStyle () |
String | getViewStyle () |
void | setViewStyle (String viewStyle) |
boolean | isWarning () |
void | setWarning (boolean warning) |
String | getAlias () |
void | setAlias (String alias) |
String | getIssuer () |
void | setIssuer (String issuer) |
String | getSubject () |
void | setSubject (String subject) |
String | getAlgorithm () |
void | setAlgorithm (String algorithm) |
Date | getNotBeforeDatetime () |
void | setNotBeforeDatetime (Date notBeforeDatetime) |
Date | getNotAfterDatetime () |
void | setNotAfterDatetime (Date notAfterDatetime) |
非公開変数類 | |
String | viewStyle |
boolean | warning = false |
静的非公開変数類 | |
static final String | HIGHLIGHT_STYLE_UNVALID = "background-color: rgb(255, 0, 0);" |
static final String | HIGHLIGHT_STYLE_VALID = "" |
static final String | HIGHLIGHT_STYLE_WARNING = "background-color: rgb(255, 255, 0);" |
static final long | NANOSEC_3_MONTH = 3*30*24*60*60*1000L |
Short information about X509 Certificate in keystore. For view in HTML/JSF table.
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
algorithm | the algorithm to set |
|
inlineinherited |
alias | the alias to set |
|
inlineinherited |
issuer | the issuer to set |
|
inlineinherited |
notAfterDatetime | the notAfterDatetime to set |
|
inlineinherited |
notBeforeDatetime | the notBeforeDatetime to set |
|
inlineinherited |
subject | the subject to set |
|
inline |
viewStyle | the viewStyle to set |
|
inline |
warning | the warning to set |
|
inline |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
3 months in nanoseconds.
|
private |
|
private |