PublicKey
public struct PublicKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fingerprint of the public key.
Declaration
Swift
public let fingerprint: String?
-
The ending time of validity of the public key.
Declaration
Swift
public let validityEndTime: TimeStamp?
-
The starting time of validity of the public key.
Declaration
Swift
public let validityStartTime: TimeStamp?
-
The DER encoded public key value in PKCS#1 format.
Declaration
Swift
public let value: Data?