Home
last modified time | relevance | path

Searched refs:isa (Results 251 – 275 of 61967) sorted by last modified time

1...<<11121314151617181920>>...2479

/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Cert/
H A Dget_chain.pm72 start_with => { isa => 'Base64', required => 1, },
73 format => { isa => 'Str', matching => qr{ \A ( PEM | DER | TXT | PKCS7 | DBINFO ) \Z }x, },
74 bundle => { isa => 'Bool', default=> 0, },
75 keeproot => { isa => 'Bool', default=> 0, },
H A Dget_profile_for_cert.pm36 identifier => { isa => 'Base64', required => 1, },
37 raise_exception => => { isa => 'Bool', default=> 0, },
H A Devaluate_trust_rule.pm23 signer_subject => { isa => 'Str', required => 1 },
24 signer_identifier => { isa => 'Str', required => 1 },
25 signer_realm => { isa => 'Str', required => 1 },
26 signer_profile => { isa => 'Str' },
27 signer_issuer => { isa => 'Str' }, # identifier
28 signer_root => { isa => 'Str' }, # identifier
29 rule => { isa => 'HashRef', required => 1 },
H A Dis_local_entity.pm40 identifier => { isa => 'Base64', required => 1, },
41 pki_realm => { isa => 'AlphaPunct', default => sub { CTX('session')->data->pki_realm } },
H A Dsearch_cert.pm25 isa => 'ArrayRef',
188 csr_serial => { isa => 'Int' },
190 expires_after => { isa => 'Int' },
191 expires_before => { isa => 'Int' },
193 issuer_dn => { isa => 'Str' },
198 subject => { isa => 'Str' },
199 subject_key_identifier => { isa => 'Str' },
200 valid_after => { isa => 'Int' },
201 valid_before => { isa => 'Int' },
202 revoked_before => { isa => 'Int' },
[all …]
H A Dget_cert.pm71 identifier => { isa => 'Base64', required => 1, },
72 …format => { isa => 'AlphaPunct', matching => qr{ \A ( PEM | DER | TXT | TXTPEM | HASH | DBINFO…
73 attribute => { isa => 'Str', },
H A Dimport_certificate.pm67 issuer => { isa => 'AlphaPunct', },
68 pki_realm => { isa => 'AlphaPunct', },
69 force_nochain => { isa => 'Bool', default => 0, },
70 force_issuer => { isa => 'Bool', default => 0, },
71 force_noverify => { isa => 'Bool', default => 0, },
73 update => { isa => 'Bool', default => 0, },
75 attributes => { isa => 'HashRef'},
76 profile => { isa => 'Ident'},
338 explicit_issuer => { isa => 'Maybe[Str]' },
408 issuer_cert => { isa => 'HashRef' },
[all …]
H A Dget_crl_list.pm85 …format => { isa => 'AlphaPunct', matching => qr{ \A ( PEM | DER | DBINFO ) \Z }x, def…
86 pki_realm => { isa => 'AlphaPunct', },
87 valid_after => {isa => 'Int', },
88 valid_before => {isa => 'Int', },
89 expires_after => {isa => 'Int', },
90 expires_before => {isa => 'Int', },
92 issuer_identifier => {isa => 'Value',},
93 profile => { isa => 'Ident' },
94 limit => {isa => 'Int', default => 25 },
H A Dimport_chain.pm76 chain => { isa => 'ArrayRefOrPEMCertChain', coerce => 1, },
77 pkcs7 => { isa => 'PEMPKCS7', },
78 pki_realm => { isa => 'AlphaPunct', },
79 force_nochain => { isa => 'Bool', default => 0, },
80 import_root => { isa => 'Bool', default => 0, },
H A Dget_cert_actions.pm92 identifier => { isa => 'Base64', required => 1, },
93 role => { isa => 'Value', },
H A Dis_certificate_owner.pm39 identifier => { isa => 'Base64', required => 1, },
40 user => { isa => 'Str', },
H A Dlist_used_issuers.pm31 pki_realm => { isa => 'AlphaPunct' },
32 …format => { isa => 'Str', matching => qr{ \A ( identifier | label ) \Z }x, default => 'identif…
H A Dprivate_key.pm30 identifier => { isa => 'Base64', required => 1, },
32 password => { isa => 'Str', required => 1, },
33 passout => { isa => 'Str', },
34 nopassword => { isa => 'Bool', default => 0, },
35 keeproot => { isa => 'Bool', default => 0, },
36 alias => { isa => 'AlphaPunct', },
37 csp => { isa => 'AlphaPunct', },
147 passout => { isa => 'Str', },
149 identifier => { isa => 'Base64' },
152 alias => { isa => 'AlphaPunct', },
[all …]
H A Dvalidate_certificate.pm133 pem => { isa => 'PEM', },
134 chain => { isa => 'ArrayRefOrPEMCertChain', coerce => 1, },
135 pkcs7 => { isa => 'PEM', },
136 anchor => { isa => 'ArrayRef[Str]', },
137 novalidity => { isa => 'Bool', default => 0 },
138 …crl_check => { isa => 'AlphaPunct', matching => qr{ \A ( none | soft | leaf | all ) \Z }x, default…
H A DDateCondition.pm15 isa => 'Int',
21 isa => 'Int',
H A Dget_cert_identifier.pm36 cert => { isa => 'PEMCert', required => 1, },
H A Dget_cert_attributes.pm49 identifier => { isa => 'Base64', required => 1, },
50 attribute => { isa => 'ArrayRefOrStr', coerce => 1 },
51 tenant => { isa => 'Str', },
H A Dget_crl.pm87 crl_serial => { isa => 'Int', },
88 profile => { isa => 'Ident' },
89 …format => { isa => 'AlphaPunct', matching => qr{ \A ( PEM | DER | TXT | HASH | FULLHASH | DBIN…
90 issuer_identifier => { isa => 'Value', },
91 ignore_expired => { isa => 'Bool', },
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Secret/
H A Dis_secret_complete.pm33 secret => { isa => 'AlphaPunct', required => 1, },
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Api/
H A Dapi_help.pm35 command => { isa => 'Str', required => 1 },
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Crypto/
H A Dscep_message_handler.pm38 message => { isa => 'Str', required => 1, },
39 noverify => { isa => 'Bool', default => 0 ,},
133 identifier => { isa => 'Str' },
134 alias => { isa => 'Str', required => 1, },
137 request_nonce => { isa => 'Str', },
138 reply_nonce => { isa => 'Str' },
150 failinfo => { isa => 'Str' },
153 request_nonce => { isa => 'Str', },
154 reply_nonce => { isa => 'Str' },
168 request_nonce => { isa => 'Str', },
[all …]
H A Dget_key_identifier_from_data.pm47 data => { isa => 'PEM', required => 1, },
48 format => { isa => 'Str', matching => qr/( \A (PKCS10) \z )/msx, required => 1, },
H A Dgenerate_key.pm74 password => { isa => 'Str', required => 1, },
75 key_alg => { isa => 'Str', default => 'rsa' },
76 key_length => { isa => 'Int', default => 2048 },
77 curve => { isa => 'Str', },
78 enc_alg => { isa => 'Str', },
79 pkeyopt => { isa => 'HashRef|ArrayRef', },
80 paramset => { isa => 'PEM', },
H A Dvalidate_ruleset.pm73 input => { isa => 'HashRef', required => 1, },
74 ruleset => { isa => 'HashRef', required => 1, },
153 key_params => { isa => 'HashRef', required => 1, },
154 key_rules => { isa => 'HashRef', required => 1, },
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Crypto/password_quality/
H A DCheckEntropyRole.pm45 isa => 'Int',
52 isa => 'HashRef',

1...<<11121314151617181920>>...2479