2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
9 #include <SecureSocket.h>
15 BCertificate(const BCertificate
& other
);
20 time_t StartDate() const;
21 time_t ExpirationDate() const;
23 bool IsValidAuthority() const;
24 bool IsSelfSigned() const;
26 BString
Issuer() const;
27 BString
Subject() const;
28 BString
SignatureAlgorithm() const;
30 BString
String() const;
32 bool operator==(const BCertificate
& other
) const;
35 friend class BSecureSocket::Private
;
37 BCertificate(Private
* data
);