Interface NamespacesStore

    • Method Detail

      • getPolicies

        List<NamespacePolicy> getPolicies​(X509Certificate[] chain,
                                          int position)
        Gets namespace policies applicable for the CA. The CA must be present in the cert chain, at the position given. The subsequent chain elements might be used if there is no explicit policy defined for the CA itself: then it is checked if any of the parent CAs defined policy for this CA.
        Parameters:
        chain - chain
        position - position
        Returns:
        policies