public interface Requestor
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(byte[] password) |
boolean |
authenticate(char[] password) |
org.xipki.security.X509Cert |
getCert() |
byte[] |
getKeyId() |
String |
getName() |
char[] |
getPassword() |
boolean |
isCertprofilePermitted(String certprofile) |
boolean |
isPermitted(int permission) |
String getName()
char[] getPassword()
byte[] getKeyId()
org.xipki.security.X509Cert getCert()
boolean authenticate(char[] password)
boolean authenticate(byte[] password)
boolean isCertprofilePermitted(String certprofile)
boolean isPermitted(int permission)
Copyright © 2022. All rights reserved.