Package com.isode.dsapi.util
Class DsapiX509Utils
java.lang.Object
com.isode.dsapi.util.DsapiX509Utils
A utility class for X.509/Crypto functions using DSAPI
- Since:
- 15.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isCATypeEntry
(Entry entry) Determine if the entry represents a Certificate Authority by looking at its object class (e.g.
-
Field Details
-
pkiCaOC
-
entrustCaOC
-
pkiUserOc
-
-
Constructor Details
-
DsapiX509Utils
public DsapiX509Utils()
-
-
Method Details
-
isCATypeEntry
Determine if the entry represents a Certificate Authority by looking at its object class (e.g. pkiCA or entrustCA) This function is useful when an entry has been read already so no directory read operation is required.- Parameters:
entry
- Directory Entry- Returns:
- true if it is a pkiCA and false otherwise
-