| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected KeyUsages |
ManagedDeviceCertificateState.certificateKeyUsage |
protected KeyUsages |
WindowsPhone81SCEPCertificateProfile.keyUsage |
protected KeyUsages |
AndroidForWorkScepCertificateProfile.keyUsage |
protected KeyUsages |
Windows81SCEPCertificateProfile.keyUsage |
protected KeyUsages |
IosScepCertificateProfile.keyUsage |
protected KeyUsages |
AndroidWorkProfileScepCertificateProfile.keyUsage |
protected KeyUsages |
AndroidScepCertificateProfile.keyUsage |
protected KeyUsages |
MacOSScepCertificateProfile.keyUsage |
protected KeyUsages |
AndroidDeviceOwnerScepCertificateProfile.keyUsage |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyUsages> |
ManagedDeviceCertificateState.getCertificateKeyUsage()
“Key usage”
|
Optional<KeyUsages> |
WindowsPhone81SCEPCertificateProfile.getKeyUsage()
“SCEP Key Usage.”
|
Optional<KeyUsages> |
AndroidForWorkScepCertificateProfile.getKeyUsage()
“SCEP Key Usage”
|
Optional<KeyUsages> |
Windows81SCEPCertificateProfile.getKeyUsage()
“SCEP Key Usage.”
|
Optional<KeyUsages> |
IosScepCertificateProfile.getKeyUsage()
“SCEP Key Usage.”
|
Optional<KeyUsages> |
AndroidWorkProfileScepCertificateProfile.getKeyUsage()
“SCEP Key Usage”
|
Optional<KeyUsages> |
AndroidScepCertificateProfile.getKeyUsage()
“SCEP Key Usage”
|
Optional<KeyUsages> |
MacOSScepCertificateProfile.getKeyUsage()
“SCEP Key Usage.”
|
Optional<KeyUsages> |
AndroidDeviceOwnerScepCertificateProfile.getKeyUsage()
“SCEP Key Usage”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedDeviceCertificateState.Builder |
ManagedDeviceCertificateState.Builder.certificateKeyUsage(KeyUsages certificateKeyUsage)
“Key usage”
|
WindowsPhone81SCEPCertificateProfile.Builder |
WindowsPhone81SCEPCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage.”
|
AndroidForWorkScepCertificateProfile.Builder |
AndroidForWorkScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage”
|
Windows81SCEPCertificateProfile.Builder |
Windows81SCEPCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage.”
|
IosScepCertificateProfile.Builder |
IosScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage.”
|
AndroidWorkProfileScepCertificateProfile.Builder |
AndroidWorkProfileScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage”
|
AndroidScepCertificateProfile.Builder |
AndroidScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage”
|
MacOSScepCertificateProfile.Builder |
MacOSScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage.”
|
AndroidDeviceOwnerScepCertificateProfile.Builder |
AndroidDeviceOwnerScepCertificateProfile.Builder.keyUsage(KeyUsages keyUsage)
“SCEP Key Usage”
|
ManagedDeviceCertificateState |
ManagedDeviceCertificateState.withCertificateKeyUsage(KeyUsages certificateKeyUsage)
Returns an immutable copy of
this with just the certificateKeyUsage field changed. |
WindowsPhone81SCEPCertificateProfile |
WindowsPhone81SCEPCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidForWorkScepCertificateProfile |
AndroidForWorkScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
Windows81SCEPCertificateProfile |
Windows81SCEPCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
IosScepCertificateProfile |
IosScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidWorkProfileScepCertificateProfile |
AndroidWorkProfileScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidScepCertificateProfile |
AndroidScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
MacOSScepCertificateProfile |
MacOSScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidDeviceOwnerScepCertificateProfile |
AndroidDeviceOwnerScepCertificateProfile.withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsages |
KeyUsages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsages[] |
KeyUsages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.