98 строки
5.9 KiB
YAML
98 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser"
|
|
name: "AuthenticationParser"
|
|
nameWithType: "AuthenticationParser"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class AuthenticationParser"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.AuthenticationParser()"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.AuthenticationParser()"
|
|
name: "AuthenticationParser()"
|
|
nameWithType: "AuthenticationParser.AuthenticationParser()"
|
|
syntax: "public AuthenticationParser()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getSymmetricKey()"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getSymmetricKey()"
|
|
name: "getSymmetricKey()"
|
|
nameWithType: "AuthenticationParser.getSymmetricKey()"
|
|
summary: "Getter for Symmetric<wbr>Key"
|
|
syntax: "public SymmetricKeyParser getSymmetricKey()"
|
|
desc: "Getter for SymmetricKey"
|
|
returns:
|
|
description: "The value of SymmetricKey"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.SymmetricKeyParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.SymmetricKeyParser&text=SymmetricKeyParser\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getThumbprint()"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getThumbprint()"
|
|
name: "getThumbprint()"
|
|
nameWithType: "AuthenticationParser.getThumbprint()"
|
|
summary: "Getter for Thumbprint"
|
|
syntax: "public X509ThumbprintParser getThumbprint()"
|
|
desc: "Getter for Thumbprint"
|
|
returns:
|
|
description: "The value of Thumbprint"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.X509ThumbprintParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.X509ThumbprintParser&text=X509ThumbprintParser\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getType()"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.getType()"
|
|
name: "getType()"
|
|
nameWithType: "AuthenticationParser.getType()"
|
|
summary: "Getter for Type"
|
|
syntax: "public AuthenticationTypeParser getType()"
|
|
desc: "Getter for Type"
|
|
returns:
|
|
description: "The value of Type"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationTypeParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationTypeParser&text=AuthenticationTypeParser\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setSymmetricKey(com.microsoft.azure.sdk.iot.deps.serializer.SymmetricKeyParser)"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setSymmetricKey(SymmetricKeyParser symmetricKey)"
|
|
name: "setSymmetricKey(SymmetricKeyParser symmetricKey)"
|
|
nameWithType: "AuthenticationParser.setSymmetricKey(SymmetricKeyParser symmetricKey)"
|
|
summary: "Setter for Symmetric<wbr>Key"
|
|
parameters:
|
|
- description: "the value to set SymmetricKey to"
|
|
name: "symmetricKey"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.SymmetricKeyParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.SymmetricKeyParser&text=SymmetricKeyParser\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public void setSymmetricKey(SymmetricKeyParser symmetricKey)"
|
|
desc: "Setter for SymmetricKey"
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setThumbprint(com.microsoft.azure.sdk.iot.deps.serializer.X509ThumbprintParser)"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setThumbprint(X509ThumbprintParser thumbprint)"
|
|
name: "setThumbprint(X509ThumbprintParser thumbprint)"
|
|
nameWithType: "AuthenticationParser.setThumbprint(X509ThumbprintParser thumbprint)"
|
|
summary: "Setter for Thumbprint"
|
|
parameters:
|
|
- description: "the value to set Thumbprint to"
|
|
name: "thumbprint"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.X509ThumbprintParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.X509ThumbprintParser&text=X509ThumbprintParser\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public void setThumbprint(X509ThumbprintParser thumbprint)"
|
|
desc: "Setter for Thumbprint"
|
|
- uid: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setType(com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationTypeParser)"
|
|
fullName: "com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationParser.setType(AuthenticationTypeParser type)"
|
|
name: "setType(AuthenticationTypeParser type)"
|
|
nameWithType: "AuthenticationParser.setType(AuthenticationTypeParser type)"
|
|
summary: "Setter for Type"
|
|
parameters:
|
|
- description: "the value to set Type to"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationTypeParser?alt=com.microsoft.azure.sdk.iot.deps.serializer.AuthenticationTypeParser&text=AuthenticationTypeParser\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public void setType(AuthenticationTypeParser type)"
|
|
exceptions:
|
|
- description: "if the provided type is null"
|
|
type: "<xref href=\"java.lang.IllegalArgumentException?alt=java.lang.IllegalArgumentException&text=IllegalArgumentException\" data-throw-if-not-resolved=\"False\" />"
|
|
desc: "Setter for Type"
|
|
type: "class"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.sdk.iot.deps.serializer"
|
|
artifact: com.microsoft.azure.sdk.iot:iot-deps:0.12.0
|