Class TrustFrameworkKeySetRequest


  • public class TrustFrameworkKeySetRequest
    extends com.github.davidmoten.odata.client.EntityRequest<TrustFrameworkKeySet>
    • Constructor Detail

      • TrustFrameworkKeySetRequest

        public TrustFrameworkKeySetRequest​(com.github.davidmoten.odata.client.ContextPath contextPath,
                                           Optional<Object> value)
    • Method Detail

      • uploadCertificate

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadCertificate​(String key)
      • uploadPkcs12

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadPkcs12​(String key,
                                                                                                                               String password)
      • getActiveKey

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> getActiveKey()