azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.i...

170 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource"
name: "CryptoKeyResource"
nameWithType: "CryptoKeyResource"
summary: "An immutable client-side representation of Crypto<wbr>Key<wbr>Resource."
syntax: "public interface **CryptoKeyResource**"
methods:
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.cryptoKeyId()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.cryptoKeyId()"
name: "cryptoKeyId()"
nameWithType: "CryptoKeyResource.cryptoKeyId()"
summary: "Gets the crypto<wbr>Key<wbr>Id property: ID for the key result."
modifiers:
- "abstract"
syntax: "public abstract String cryptoKeyId()"
desc: "Gets the cryptoKeyId property: ID for the key result."
returns:
description: "the cryptoKeyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.filePaths()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.filePaths()"
name: "filePaths()"
nameWithType: "CryptoKeyResource.filePaths()"
summary: "Gets the file<wbr>Paths property: List of files where this key was found."
modifiers:
- "abstract"
syntax: "public abstract List<String> filePaths()"
desc: "Gets the filePaths property: List of files where this key was found."
returns:
description: "the filePaths value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.id()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.id()"
name: "id()"
nameWithType: "CryptoKeyResource.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.innerModel()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.innerModel()"
name: "innerModel()"
nameWithType: "CryptoKeyResource.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>iotfirmwaredefense.<wbr>fluent.<wbr>models.<wbr>Crypto<wbr>Key<wbr>Resource<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract CryptoKeyResourceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.iotfirmwaredefense.fluent.models.CryptoKeyResourceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.fluent.models.CryptoKeyResourceInner?alt=com.azure.resourcemanager.iotfirmwaredefense.fluent.models.CryptoKeyResourceInner&text=CryptoKeyResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.isShortKeySize()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.isShortKeySize()"
name: "isShortKeySize()"
nameWithType: "CryptoKeyResource.isShortKeySize()"
summary: "Gets the is<wbr>Short<wbr>Key<wbr>Size property: Indicates the key size is considered too small to be secure for the algorithm."
modifiers:
- "abstract"
syntax: "public abstract Boolean isShortKeySize()"
desc: "Gets the isShortKeySize property: Indicates the key size is considered too small to be secure for the algorithm."
returns:
description: "the isShortKeySize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keyAlgorithm()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keyAlgorithm()"
name: "keyAlgorithm()"
nameWithType: "CryptoKeyResource.keyAlgorithm()"
summary: "Gets the key<wbr>Algorithm property: Key algorithm name."
modifiers:
- "abstract"
syntax: "public abstract String keyAlgorithm()"
desc: "Gets the keyAlgorithm property: Key algorithm name."
returns:
description: "the keyAlgorithm value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keySize()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keySize()"
name: "keySize()"
nameWithType: "CryptoKeyResource.keySize()"
summary: "Gets the key<wbr>Size property: Size of the key in bits."
modifiers:
- "abstract"
syntax: "public abstract Long keySize()"
desc: "Gets the keySize property: Size of the key in bits."
returns:
description: "the keySize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keyType()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.keyType()"
name: "keyType()"
nameWithType: "CryptoKeyResource.keyType()"
summary: "Gets the key<wbr>Type property: Type of the key (public or private)."
modifiers:
- "abstract"
syntax: "public abstract String keyType()"
desc: "Gets the keyType property: Type of the key (public or private)."
returns:
description: "the keyType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.name()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.name()"
name: "name()"
nameWithType: "CryptoKeyResource.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.pairedKey()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.pairedKey()"
name: "pairedKey()"
nameWithType: "CryptoKeyResource.pairedKey()"
summary: "Gets the paired<wbr>Key property: A matching paired key or certificate."
modifiers:
- "abstract"
syntax: "public abstract PairedKey pairedKey()"
desc: "Gets the pairedKey property: A matching paired key or certificate."
returns:
description: "the pairedKey value."
type: "<xref href=\"com.azure.resourcemanager.iotfirmwaredefense.models.PairedKey?alt=com.azure.resourcemanager.iotfirmwaredefense.models.PairedKey&text=PairedKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.systemData()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.systemData()"
name: "systemData()"
nameWithType: "CryptoKeyResource.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.type()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.type()"
name: "type()"
nameWithType: "CryptoKeyResource.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.usage()"
fullName: "com.azure.resourcemanager.iotfirmwaredefense.models.CryptoKeyResource.usage()"
name: "usage()"
nameWithType: "CryptoKeyResource.usage()"
summary: "Gets the usage property: Functions the key can fulfill."
modifiers:
- "abstract"
syntax: "public abstract List<String> usage()"
desc: "Gets the usage property: Functions the key can fulfill."
returns:
description: "the usage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "interface"
desc: "An immutable client-side representation of CryptoKeyResource."
metadata: {}
package: "com.azure.resourcemanager.iotfirmwaredefense.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense:1.0.0