class CertPathConstraintsParameters extends Object implements sun.security.util.ConstraintsParameters
| 限定符和类型 | 字段和说明 |
|---|---|
private TrustAnchor |
anchor |
private X509Certificate |
cert |
private Date |
date |
private Key |
key |
private String |
variant |
| 限定符 | 构造器和说明 |
|---|---|
|
CertPathConstraintsParameters(Key key,
String variant,
TrustAnchor anchor) |
private |
CertPathConstraintsParameters(Key key,
String variant,
TrustAnchor anchor,
Date date,
X509Certificate cert) |
|
CertPathConstraintsParameters(X509Certificate cert,
String variant,
TrustAnchor anchor,
Date date) |
private final Key key
private final TrustAnchor anchor
private final Date date
private final String variant
private final X509Certificate cert
public CertPathConstraintsParameters(X509Certificate cert, String variant, TrustAnchor anchor, Date date)
public CertPathConstraintsParameters(Key key, String variant, TrustAnchor anchor)
private CertPathConstraintsParameters(Key key, String variant, TrustAnchor anchor, Date date, X509Certificate cert)
public boolean anchorIsJdkCA()
anchorIsJdkCA 在接口中 sun.security.util.ConstraintsParameterspublic Date getDate()
getDate 在接口中 sun.security.util.ConstraintsParameterspublic String getVariant()
getVariant 在接口中 sun.security.util.ConstraintsParameterspublic String extendedExceptionMsg()
extendedExceptionMsg 在接口中 sun.security.util.ConstraintsParametersCopyright © 2023. All rights reserved.