GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ACMPCA::ASN1Subject(3) User Contributed Perl Documentation Paws::ACMPCA::ASN1Subject(3)

Paws::ACMPCA::ASN1Subject

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ACMPCA::ASN1Subject object:

  $service_obj->Method(Att1 => { CommonName => $value, ..., Title => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ACMPCA::ASN1Subject object:

  $result = $service_obj->Method(...);
  $result->Att1->CommonName

Contains information about the certificate subject. The "Subject" field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The "Subject "must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.

For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.

Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.

Two-digit code that specifies the country in which the certificate subject located.

Disambiguating information for the certificate subject.

Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.

First name.

Concatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the Surname.

The locality (such as a city or town) in which the certificate subject is located.

Legal name of the organization with which the certificate subject is affiliated.

A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.

Typically a shortened version of a longer GivenName. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.

The certificate serial number.

State in which the subject of the certificate is located.

Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.

A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.

This class forms part of Paws, describing an object used in Paws::ACMPCA

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.