| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
TrustFrameworkKey |
TrustFrameworkKey.Builder.build() |
TrustFrameworkKey |
TrustFrameworkKey.withD(String d) |
TrustFrameworkKey |
TrustFrameworkKey.withDp(String dp) |
TrustFrameworkKey |
TrustFrameworkKey.withDq(String dq) |
TrustFrameworkKey |
TrustFrameworkKey.withE(String e) |
TrustFrameworkKey |
TrustFrameworkKey.withExp(Long exp) |
TrustFrameworkKey |
TrustFrameworkKey.withK(String k) |
TrustFrameworkKey |
TrustFrameworkKey.withKid(String kid) |
TrustFrameworkKey |
TrustFrameworkKey.withKty(String kty) |
TrustFrameworkKey |
TrustFrameworkKey.withN(String n) |
TrustFrameworkKey |
TrustFrameworkKey.withNbf(Long nbf) |
TrustFrameworkKey |
TrustFrameworkKey.withP(String p) |
TrustFrameworkKey |
TrustFrameworkKey.withQ(String q) |
TrustFrameworkKey |
TrustFrameworkKey.withQi(String qi) |
TrustFrameworkKey |
TrustFrameworkKey.withUse(String use) |
TrustFrameworkKey |
TrustFrameworkKey.withX5t(String x5t) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TrustFrameworkKey> |
TrustFrameworkKeySet.keys |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySet.generateKey(String use,
String kty,
Long nbf,
Long exp) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySet.getActiveKey() |
com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> |
TrustFrameworkKeySet.getKeys() |
com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> |
TrustFrameworkKeySet.getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySet.uploadCertificate(String key) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySet.uploadPkcs12(String key,
String password) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySet.uploadSecret(String use,
String k,
Long nbf,
Long exp) |
| Modifier and Type | Method and Description |
|---|---|
TrustFrameworkKeySet.Builder |
TrustFrameworkKeySet.Builder.keys(TrustFrameworkKey... keys) |
| Modifier and Type | Method and Description |
|---|---|
TrustFrameworkKeySet.Builder |
TrustFrameworkKeySet.Builder.keys(List<TrustFrameworkKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySetRequest.generateKey(String use,
String kty,
Long nbf,
Long exp) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySetRequest.getActiveKey() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySetRequest.uploadCertificate(String key) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySetRequest.uploadPkcs12(String key,
String password) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> |
TrustFrameworkKeySetRequest.uploadSecret(String use,
String k,
Long nbf,
Long exp) |
Copyright © 2018–2020. All rights reserved.