Home
last modified time | relevance | path

Searched refs:CertLevel (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertTools.java96 .withAuthorityKeyIdentifier(CertLevel.ROOT_CA) in generateRootCaCert()
97 .withBasicConstraints(CertLevel.ROOT_CA, true, true, in generateRootCaCert()
121 .withAuthorityKeyIdentifier(CertLevel.SUB_CA) in generateSubCert()
122 .withBasicConstraints(CertLevel.SUB_CA, true, true, in generateSubCert()
146 .withAuthorityKeyIdentifier(CertLevel.ROOT_CA) in generateCert()
147 .withBasicConstraints(CertLevel.ROOT_CA, in generateCert()
174 .withBasicConstraints(CertLevel.END_ENTITY, false, false, in generateEndCert()
DCertLevel.java23 public enum CertLevel { enum
DCertBuilder.java116 public CertBuilder withAuthorityKeyIdentifier(CertLevel certLevel) { in withAuthorityKeyIdentifier()
119 if (certLevel == CertLevel.SUB_CA) { in withAuthorityKeyIdentifier()
144 public CertBuilder withBasicConstraints(CertLevel certLevel, boolean basicConstraintsCritical, in withBasicConstraints()
148 if (certLevel == CertLevel.END_ENTITY) { in withBasicConstraints()